Skip to content

Commit b028a98

Browse files
committed
v1.51.2
1 parent ee98aaa commit b028a98

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.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)
6+
7+
### 🐛 Bug fixes
8+
9+
- [!19](https://github.com/AxisCommunications/react-hooks-shareable/pull/19) - clear old timers in useDeferredTrigger (#19) ([`ee98aaa`](https://github.com/AxisCommunications/react-hooks-shareable/commit/ee98aaaf7f96c4be422d0a3a42e03fcd8a7e0558)) ([**@steabert**](https://github.com/steabert))
10+
411
## [v1.51.1](https://github.com/AxisCommunications/react-hooks-shareable/releases/tag/v1.51.1)
5-
2022-08-18 14:49:39 +0200, [Compare changes](https://github.com/AxisCommunications/react-hooks-shareable/compare/v1.51.0...v1.51.1)
12+
2022-08-18 14:56:15 +0200, [Compare changes](https://github.com/AxisCommunications/react-hooks-shareable/compare/v1.51.0...v1.51.1)
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.1",
3+
"version": "1.51.2",
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)