diff --git a/CHANGELOG.md b/CHANGELOG.md index 25466bf..1d925c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [1.1.2](https://github.com/matmar10/prcolinter/compare/1.1.1...1.1.2) (2021-10-19) + + +### Documentation + +* add keywords & update package info ([2a16f32](https://github.com/matmar10/prcolinter/commit/2a16f32dc688d1b43b1ff3e2aab6d57d74a35052)), closes [#12](https://github.com/matmar10/prcolinter/issues/12) + ### [1.1.1](https://github.com/matmar10/pr-conventional-commit/compare/1.1.0...1.1.1) (2021-10-19) diff --git a/package-lock.json b/package-lock.json index a27f5fd..5ddeea6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "pr-conventional-commit", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "dependencies": { "@actions/core": "^1.6.0", diff --git a/package.json b/package.json index 8f938b2..2056011 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prcolinter", - "version": "1.1.1", + "version": "1.1.2", "description": "Easily lint each commit for your PRs against the Conventional Commit spec based on configurable Linter rules.", "main": "index.js", "scripts": {