diff --git a/CHANGELOG.md b/CHANGELOG.md index 424a841..dcdc024 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). Except add new rule (it is breaking changed by default). +## 97.0.1 - 2019-01-04 + +- Fixed: version in `package.json`. + ## 97.0.0 - 2019-01-14 - Added: `unicorn/no-console-spaces` rule. diff --git a/package-lock.json b/package-lock.json index 8d387be..e975181 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-itgalaxy", - "version": "97.0.0", + "version": "97.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 45e2c8a..c0196cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-itgalaxy", - "version": "97.0.0", + "version": "97.0.1", "description": "Itgalaxy org's ESLint rules and configs.", "keywords": [ "eslint",