Skip to content

Commit c3d5697

Browse files
chore(release): 1.3.0 [skip ci]
## [1.3.0](v1.2.1...v1.3.0) (2021-12-23) ### Features * add SwitchTransition, update docs ([18b08e9](18b08e9)) ### Docs * update docs ([2e7039d](2e7039d))
1 parent 9f809b7 commit c3d5697

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -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+
113
### [1.2.1](https://github.com/iamyoki/transition-hook/compare/v1.2.0...v1.2.1) (2021-12-22)
214

315

package.json

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

0 commit comments

Comments
 (0)