Skip to content

Commit abdde75

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

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

packages/react-interval-hook/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [1.1.4](https://github.com/minwork/react/compare/react-interval-hook-v1.1.3...react-interval-hook-v1.1.4) (2023-08-30)
2+
3+
4+
### Documentation
5+
6+
* **react-interval-hook:** Move documentation to GitBook ([30e693c](https://github.com/minwork/react/commit/30e693c11c5d5b0dd3e59bdba612193e68129572))
7+
8+
9+
### Refactors
10+
11+
* **react-interval-hook:** Update links and keywords in package.json ([410bc83](https://github.com/minwork/react/commit/410bc83cbdad0e2e6f2a7fe84f273157fa065a2b))
12+
13+
14+
### Build config
15+
16+
* **react-interval-hook:** Copy *.md files to build output ([30a6a77](https://github.com/minwork/react/commit/30a6a77698b972ef84bbace87c6d223e62f2b759))
17+
118
## [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)
219

320

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