Skip to content

Commit 449c92e

Browse files
committed
v1.50.1
1 parent 951208f commit 449c92e

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
3-
## [v1.50.0](https://github.com/AxisCommunications/react-hooks-shareable/compare/v1.49.0...v1.50.0) (2022-05-09 11:54:38 +0200)
3+
## [v1.50.1](https://github.com/AxisCommunications/react-hooks-shareable/compare/v1.50.0...v1.50.1) (2022-05-09 14:01:25 +0200)
4+
5+
### Bug fixes
6+
7+
- correct types for useSynchronizedAnimation (#16) ([951208f](https://github.com/AxisCommunications/react-hooks-shareable/commit/951208f05825713c2bf74f5c4dba2bb04e1cac45))
8+
9+
## [v1.50.0](https://github.com/AxisCommunications/react-hooks-shareable/compare/v1.49.0...v1.50.0) (2022-05-09 13:22:20 +0200)
410

511
### Maintenance
612

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-hooks-shareable",
3-
"version": "1.50.0",
3+
"version": "1.50.1",
44
"description": "A list of useful React hooks that can be reused across different projects",
55
"main": "dist/index.js",
66
"files": [

0 commit comments

Comments
 (0)