Skip to content

Commit 1185cd3

Browse files
author
Antonio Rù
committed
fix(release): updates release process and changelog
1 parent 4049e6a commit 1185cd3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -804,3 +804,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
804804
### Added
805805

806806
- rewrite of useEvent and useGlobalEvent as well as the hooks using those
807+
808+
## [3.1.0] - 2022-06-13
809+
810+
### Added
811+
812+
- introduces `useViewportState`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "beautiful-react-hooks",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "A collection of beautiful (and hopefully useful) React hooks to speed-up your components and hooks development",
55
"main": "index.js",
66
"module": "esm/index.js",

0 commit comments

Comments
 (0)