From 78c91161b8b6581c2b811238d7015f205b450de3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 4 Feb 2024 14:45:50 +0000 Subject: [PATCH] chore(release): 2.0.1 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",