diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ef0608..aab680d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.2](https://github.com/a-b-r-o-w-n/eslint-formatter-github-actions/compare/v0.0.1...v0.0.2) (2021-04-16) + + +### Bug Fixes + +* **annotations:** produce file annotations correctly ([9f31da3](https://github.com/a-b-r-o-w-n/eslint-formatter-github-actions/commit/9f31da394ae7fc36cf0186241bc21d0adf421f9c)) + ### [0.0.1](https://github.com/a-b-r-o-w-n/eslint-formatter-github-actions/compare/v0.0.0...v0.0.1) (2021-04-15) ## 0.0.0 (2021-04-15) diff --git a/package-lock.json b/package-lock.json index b8d0028..84ac02c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-formatter-github-actions", - "version": "0.0.1", + "version": "0.0.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index c23ee5f..a8d763d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-formatter-github-actions", - "version": "0.0.1", + "version": "0.0.2", "description": "An Eslint formatter that prints warnings and errors compatible with Github actions file annotations.", "main": "lib/eslint-formatter-github-actions.js", "files": [