From ef7377d737316d12a3233110f4f3fda33dc17166 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 1 Sep 2023 19:23:41 +0000 Subject: [PATCH] ci(release): 4.0.1 [skip ci] ## [4.0.1](https://github.com/open-turo/semantic-release-config/compare/v4.0.0...v4.0.1) (2023-09-01) ### Bug Fixes * **release:** use plugin that pushes to NPM ([035ff1b](https://github.com/open-turo/semantic-release-config/commit/035ff1bb6fc9becb0e0ec84285dcd243303965b5)) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3f1931b..fd90a93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@open-turo/semantic-release-config", - "version": "3.0.0", + "version": "4.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-turo/semantic-release-config", - "version": "3.0.0", + "version": "4.0.1", "license": "MIT", "dependencies": { "@aensley/semantic-release-openapi": "^1.1.8", diff --git a/package.json b/package.json index 13a248d..52e98cf 100644 --- a/package.json +++ b/package.json @@ -66,5 +66,5 @@ "watch": "clean && tsc-watch -w -p ./tsconfig.build.json --compiler ./node_modules/.bin/tspc" }, "types": "lib/index.d.ts", - "version": "3.0.0" + "version": "4.0.1" }