diff --git a/CHANGELOG.md b/CHANGELOG.md index c7c5be4..9298f79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.1.3](https://github.com/wow-actions/release-github-action/compare/v2.1.2...v2.1.3) (2023-03-10) + + +### Bug Fixes + +* keep checkout token ([c1df117](https://github.com/wow-actions/release-github-action/commit/c1df1177d77ad979f515bc06b71d7a3056de187e)) + ## [2.1.2](https://github.com/wow-actions/release-github-action/compare/v2.1.1...v2.1.2) (2023-03-10) diff --git a/dist/index.js.cache b/dist/index.js.cache index 7ac3f04..549057b 100644 Binary files a/dist/index.js.cache and b/dist/index.js.cache differ diff --git a/package.json b/package.json index 2cdf6f4..0bf1dfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "release-github-action", - "version": "2.1.2", + "version": "2.1.3", "description": "Create a semantic release for your Github Action", "repository": "https://github.com/wow-actions/release-github-action", "license": "MIT",