diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index ec8f61b6..5f63843e 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.4.0](https://github.com/cycjimmy/semantic-release-action/compare/v3.3.0...v3.4.0) (2023-03-15) + + +### Features + +* add `ci` input parameter ([b356b18](https://github.com/cycjimmy/semantic-release-action/commit/b356b18b5f474bb4b9fe4bb5801b364ce24aa8f6)) + # [3.3.0](https://github.com/cycjimmy/semantic-release-action/compare/v3.2.0...v3.3.0) (2023-03-07) diff --git a/package-lock.json b/package-lock.json index 6c2e9a8a..39dccb7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cycjimmy/semantic-release-action", - "version": "3.3.0", + "version": "3.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@cycjimmy/semantic-release-action", - "version": "3.3.0", + "version": "3.4.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index f8e6f736..e4d86630 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cycjimmy/semantic-release-action", - "version": "3.3.0", + "version": "3.4.0", "description": "GitHub Action for Semantic Release", "main": "index.js", "scripts": {