diff --git a/CHANGELOG.md b/CHANGELOG.md index ca4f7737..ba763cab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 1.0.3 (2020-04-02) + +### Chores + + +#### Add implementation notes ([b1d5aee](https://github.com/scherermichael/action-has-permission/commit/b1d5aee)) + +#### Update Node.js modules ([1dec32d](https://github.com/scherermichael/action-has-permission/commit/1dec32d)) + + + +--- + ## 1.0.2 (2020-04-02) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 81636e46..c2155eba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "action-has-permission", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 73292fe8..2250fdd4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-has-permission", - "version": "1.0.2", + "version": "1.0.3", "description": "Action for checking user's permission to access repository", "scripts": { "bot": "bot",