Skip to content

Commit 6e3dfe0

Browse files
committed
Release version 2.2.1
1 parent 4fed00a commit 6e3dfe0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v2.2.1 (2019-07-14)
4+
5+
- Fix the description of rule options in README
6+
37
## v2.2.0 (2019-07-14)
48

59
- Add support for optionally detecting hook calls from sources other than the `React` namespace

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tslint-react-hooks",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "TSLint rule that enforces the Rules of Hooks",
55
"main": "tslint-react-hooks.json",
66
"scripts": {

0 commit comments

Comments
 (0)