Skip to content

Commit

Permalink
update version to 1.0.1, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Gelio committed Feb 3, 2019
1 parent f2744fc commit 2e9484a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 2e9484a

Please sign in to comment.