Skip to content

Commit 55804a3

Browse files
committed
v1.51.3
1 parent edc6aeb commit 55804a3

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [v1.51.3](https://github.com/AxisCommunications/react-hooks-shareable/releases/tag/v1.51.3)
5+
2022-08-23 10:42:30 +0200, [Compare changes](https://github.com/AxisCommunications/react-hooks-shareable/compare/v1.51.2...v1.51.3)
6+
7+
### 🐛 Bug fixes
8+
9+
- [!20](https://github.com/AxisCommunications/react-hooks-shareable/pull/20) - remove window from timeout methods (#20) ([`edc6aeb`](https://github.com/AxisCommunications/react-hooks-shareable/commit/edc6aeb6a41e663fc5af542064b0c1bd15143d30)) ([**@steabert**](https://github.com/steabert))
10+
411
## [v1.51.2](https://github.com/AxisCommunications/react-hooks-shareable/releases/tag/v1.51.2)
5-
2022-08-23 10:09:56 +0200, [Compare changes](https://github.com/AxisCommunications/react-hooks-shareable/compare/v1.51.1...v1.51.2)
12+
2022-08-23 10:12:45 +0200, [Compare changes](https://github.com/AxisCommunications/react-hooks-shareable/compare/v1.51.1...v1.51.2)
613

714
### 🐛 Bug fixes
815

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.51.2",
3+
"version": "1.51.3",
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)