Skip to content

Commit db46347

Browse files
committed
update version in the changelog and package.json
1 parent 5e9e274 commit db46347

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Latest
3+
## v1.1.0 (2019-02-09)
44

55
- Allow using hooks inside React component decorators, such as `React.memo` or `React.forwardRef`.
66

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)