diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c2bdbc..0d9fe17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.1](https://github.com/react-hookz/eslint-formatter-gha/compare/v2.0.0...v2.0.1) (2024-02-04) + + +### Bug Fixes + +* proper npmignore config ([43a413f](https://github.com/react-hookz/eslint-formatter-gha/commit/43a413fe4c76cc0c47309cae81a671f2fbe0a704)) + # [2.0.0](https://github.com/react-hookz/eslint-formatter-gha/compare/v1.0.1...v2.0.0) (2024-02-04) diff --git a/package.json b/package.json index fa9241f..4dfee91 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@react-hookz/eslint-formatter-gha", "description": "Eslint formatter that that outputs GitHub Actions annotations.", - "version": "2.0.0", + "version": "2.0.1", "keywords": [ "eslint", "formatter",