diff --git a/CHANGELOG.md b/CHANGELOG.md index c74457c..87fe163 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.11](https://github.com/wow-actions/app-token/compare/v1.1.10...v1.1.11) (2022-11-22) + + +### Bug Fixes + +* bot name ([19f8c2a](https://github.com/wow-actions/app-token/commit/19f8c2ad87d8ad73ef3f6b63b5b277b47f578bd2)) + ## [1.1.10](https://github.com/wow-actions/app-token/compare/v1.1.9...v1.1.10) (2022-11-22) ## [1.1.9](https://github.com/wow-actions/app-token/compare/v1.1.8...v1.1.9) (2022-11-22) diff --git a/package.json b/package.json index c349c35..8d6999b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wow-actions/app-token", - "version": "1.1.10", + "version": "1.1.11", "description": "A GitHub App to save/update it's installation token to the secrets of current repo. Then we can use the token in our workflows.", "main": "lib/index.js", "types": "lib/index.d.ts",