diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 9bcab9c2..96ffaa27 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [3.2.0](https://github.com/cycjimmy/semantic-release-action/compare/v3.1.2...v3.2.0) (2022-11-04) + + +### Features + +* added gitHead and gitTag outputs ([385af4f](https://github.com/cycjimmy/semantic-release-action/commit/385af4fa1ceaf60ec10e35b950e9c1cbb9375a8c)) + ## [3.1.2](https://github.com/cycjimmy/semantic-release-action/compare/v3.1.1...v3.1.2) (2022-10-19) diff --git a/package-lock.json b/package-lock.json index 25eaa381..46aeaa8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cycjimmy/semantic-release-action", - "version": "3.1.2", + "version": "3.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@cycjimmy/semantic-release-action", - "version": "3.1.2", + "version": "3.2.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 304c4d42..e85c0ab6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cycjimmy/semantic-release-action", - "version": "3.1.2", + "version": "3.2.0", "description": "GitHub Action for Semantic Release", "main": "index.js", "scripts": {