diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b88b31..2208f24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog -## v1.0 (2019-02-03) +## v1.0.1 (2019-02-03) + +- Updated README + + The source code of the rule did not change. The rule has been released again so that the README on + npmjs.com matches the one on GitHub. + +## v1.0.0 (2019-02-03) - The initial implementation of the rule diff --git a/package.json b/package.json index e0d4a12..2f8100d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tslint-react-hooks", - "version": "1.0.0", + "version": "1.0.1", "description": "TSLint rule that enforces the Rules of Hooks", "main": "tslint-react-hooks.json", "scripts": {