diff --git a/CHANGELOG.md b/CHANGELOG.md index f439473..3fe0181 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,13 @@ All notable changes to this project will be documented in this file. > - Internal > - Unreleased +## v1.0.1 (2020-10-02) + +#### Dependency Updates + +- Update `@actions/core` to v1.2.6 ([a2acc3f](https://github.com/sibiraj-s/action-eslint/commit/a2acc3f)) +- Update devDependencies ([b00c5e7](https://github.com/sibiraj-s/action-eslint/commit/b00c5e7)) + ## v1.0.0 (2020-09-20) #### Features diff --git a/package-lock.json b/package-lock.json index 7228234..1c2744b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "action-eslint", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e013a04..6f3d61f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-eslint", - "version": "1.0.0", + "version": "1.0.1", "description": "GitHub Action that runs ESLint for files changed in a Pull Request", "author": "sibiraj-s", "license": "MIT",