Skip to content

Commit 57c0d97

Browse files
chore(release): Release react-interval-hook v1.1.4-alpha.2 [skip ci]
1 parent 30a6a77 commit 57c0d97

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/react-interval-hook/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.4-alpha.2](https://github.com/minwork/react/compare/react-interval-hook-v1.1.4-alpha.1...react-interval-hook-v1.1.4-alpha.2) (2023-08-30)
2+
3+
4+
### Build config
5+
6+
* **react-interval-hook:** Copy *.md files to build output ([30a6a77](https://github.com/minwork/react/commit/30a6a77698b972ef84bbace87c6d223e62f2b759))
7+
18
## [1.1.4-alpha.1](https://github.com/minwork/react/compare/react-interval-hook-v1.1.3...react-interval-hook-v1.1.4-alpha.1) (2023-08-29)
29

310

packages/react-interval-hook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-interval-hook",
3-
"version": "1.1.4-alpha.1",
3+
"version": "1.1.4-alpha.2",
44
"description": "React hook for using self-correcting setInterval, augmented by management methods (start, stop, isActive)",
55
"author": "minwork",
66
"license": "MIT",

0 commit comments

Comments
 (0)