From 81531d27e6aa0cf6db435aba0deaaa054f9e0e6d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 30 Aug 2022 12:37:49 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/react-hookz/eslint-formatter-gha/compare/v1.0.0...v1.0.1) (2022-08-30) ### Bug Fixes * proper npm dependency add command ([bf5ec6b](https://github.com/react-hookz/eslint-formatter-gha/commit/bf5ec6b7a290dfefdc940e794628cf69727b9cb5)) * proper npm dependency add command ([b8cca45](https://github.com/react-hookz/eslint-formatter-gha/commit/b8cca4549c7e48b307a5f5a6889f508696273316)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e15ff1..fac9555 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.0.1](https://github.com/react-hookz/eslint-formatter-gha/compare/v1.0.0...v1.0.1) (2022-08-30) + + +### Bug Fixes + +* proper npm dependency add command ([bf5ec6b](https://github.com/react-hookz/eslint-formatter-gha/commit/bf5ec6b7a290dfefdc940e794628cf69727b9cb5)) +* proper npm dependency add command ([b8cca45](https://github.com/react-hookz/eslint-formatter-gha/commit/b8cca4549c7e48b307a5f5a6889f508696273316)) + # 1.0.0 (2022-08-30) diff --git a/package.json b/package.json index 106d6b7..1d480d1 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": "1.0.0", + "version": "1.0.1", "keywords": [ "eslint", "formatter",