Skip to content

Commit 1713c43

Browse files
chore(release): 1.2.1 [skip ci]
### [1.2.1](v1.2.0...v1.2.1) (2021-12-22) ### Docs * update readme, add useSwitchTransition doc, add more examples ([702d098](702d098))
1 parent 702d098 commit 1713c43

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### [1.2.1](https://github.com/iamyoki/transition-hook/compare/v1.2.0...v1.2.1) (2021-12-22)
2+
3+
4+
### Docs
5+
6+
* update readme, add useSwitchTransition doc, add more examples ([702d098](https://github.com/iamyoki/transition-hook/commit/702d098cac35ecd4839f33a67b4e3b57f15b35e4))
7+
18
## [1.2.0](https://github.com/iamyoki/transition-hook/compare/v1.1.6...v1.2.0) (2021-12-22)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "transition-hook",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/types/index.d.ts",

0 commit comments

Comments
 (0)