From 1d4b61524b2115d9473366af47667f516ed62225 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 27 Mar 2022 05:39:35 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/wfcd/eslint-config/compare/v1.0.0...v1.0.1) (2022-03-27) ### Bug Fixes * npm publish ([572be35](https://github.com/wfcd/eslint-config/commit/572be355ed495c1f319498b4c9f9ab00c976e1b2)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96c6720..f02f39a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.1](https://github.com/wfcd/eslint-config/compare/v1.0.0...v1.0.1) (2022-03-27) + + +### Bug Fixes + +* npm publish ([572be35](https://github.com/wfcd/eslint-config/commit/572be355ed495c1f319498b4c9f9ab00c976e1b2)) + # 1.0.0 (2022-03-27) diff --git a/package.json b/package.json index 5b31e70..a8077d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@wfcd/eslint-config", - "version": "1.0.0", + "version": "1.0.1", "description": "Shared eslint configuration for Warframe Community Developers", "scripts": { "test": "exit 0",