diff --git a/CHANGELOG.md b/CHANGELOG.md index f271c76..25466bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [1.1.1](https://github.com/matmar10/pr-conventional-commit/compare/1.1.0...1.1.1) (2021-10-19) + + +### Documentation + +* add README, logo, & rename package ([2fa32ce](https://github.com/matmar10/pr-conventional-commit/commit/2fa32cee362d1c44b825ee5b60b01bdda05c6349)), closes [#11](https://github.com/matmar10/pr-conventional-commit/issues/11) + ## [1.1.0](https://github.com/matmar10/pr-conventional-commit/compare/0.4.0...1.1.0) (2021-10-19) diff --git a/package-lock.json b/package-lock.json index 572f1ad..a27f5fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "pr-conventional-commit", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.0.0", + "version": "1.1.1", "license": "MIT", "dependencies": { "@actions/core": "^1.6.0", diff --git a/package.json b/package.json index 87870eb..1d7de39 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prcolinter", - "version": "1.1.0", + "version": "1.1.1", "description": "", "main": "index.js", "scripts": {