Skip to content

Commit 6007c23

Browse files
chore(release): 1.0.2 [skip ci]
## [1.0.2](v1.0.1...v1.0.2) (2021-09-18) ### Bug Fixes * always return the current state from `value` ([13650ee](13650ee)) * temporarily skip coverall step on CI ([e2ec7e0](e2ec7e0))
1 parent e2ec7e0 commit 6007c23

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.0.2](https://github.com/cheesebit/use-value/compare/v1.0.1...v1.0.2) (2021-09-18)
2+
3+
4+
### Bug Fixes
5+
6+
* always return the current state from `value` ([13650ee](https://github.com/cheesebit/use-value/commit/13650ee8d7c7d08dbd7a4ae223bd3869c338c682))
7+
* temporarily skip coverall step on CI ([e2ec7e0](https://github.com/cheesebit/use-value/commit/e2ec7e08ffd57b2df7b29f69cc043269d43ca7c7))
8+
19
## [1.0.1](https://github.com/cheesebit/use-value/compare/v1.0.0...v1.0.1) (2021-09-17)
210

311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cheesebit/use-value",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A custom React hook that wraps the existing useState to be used similarly to jQuery's .val().",
55
"main": "dist/use-value.cjs.js",
66
"module": "dist/use-value.esm.js",

0 commit comments

Comments
 (0)