diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b624d1..d1f8284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.12.1](https://github.com/SethCohen/github-release-to-discord/compare/v1.12.0...v1.12.1) (2022-08-24) + + +### Miscellaneous Chores + +* release 1.12.1 ([6aea64b](https://github.com/SethCohen/github-release-to-discord/commit/6aea64bf70aca011417fed5000ff080269024a93)) + ## [1.12.0](https://github.com/SethCohen/github-release-to-discord/compare/v1.11.1...v1.12.0) (2022-08-24) diff --git a/package-lock.json b/package-lock.json index ac2646e..7e8a509 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-release-to-discord", - "version": "1.12.0", + "version": "1.12.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "github-release-to-discord", - "version": "1.12.0", + "version": "1.12.1", "license": "ISC", "dependencies": { "@actions/core": "^1.9.1", diff --git a/package.json b/package.json index 82204a1..349dacc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-release-to-discord", - "version": "1.12.0", + "version": "1.12.1", "description": "Github Action that parses a release and sends it to a Discord channel", "type": "module", "main": "index.js",