We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f809b7 commit c3d5697Copy full SHA for c3d5697
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+## [1.3.0](https://github.com/iamyoki/transition-hook/compare/v1.2.1...v1.3.0) (2021-12-23)
2
+
3
4
+### Features
5
6
+* add SwitchTransition, update docs ([18b08e9](https://github.com/iamyoki/transition-hook/commit/18b08e9682e19a40b0b5648aebb3fe52ba9210cd))
7
8
9
+### Docs
10
11
+* update docs ([2e7039d](https://github.com/iamyoki/transition-hook/commit/2e7039d06d353f2449f587016a5db4196ad3a380))
12
13
### [1.2.1](https://github.com/iamyoki/transition-hook/compare/v1.2.0...v1.2.1) (2021-12-22)
14
15
package.json
@@ -1,6 +1,6 @@
{
"name": "transition-hook",
- "version": "1.2.1",
+ "version": "1.3.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
0 commit comments