Skip to content

Commit 1e325e4

Browse files
chore(release): 1.5.0 [skip ci]
## [1.5.0](v1.4.0...v1.5.0) (2021-12-30) ### Features * add ListTransition, close [#7](#7) ([e5f77b1](e5f77b1)) * export ListTransition ([1801781](1801781))
1 parent e084a85 commit 1e325e4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.5.0](https://github.com/iamyoki/transition-hook/compare/v1.4.0...v1.5.0) (2021-12-30)
2+
3+
4+
### Features
5+
6+
* add ListTransition, close [#7](https://github.com/iamyoki/transition-hook/issues/7) ([e5f77b1](https://github.com/iamyoki/transition-hook/commit/e5f77b1a430b2511385696e45e8a4be41d31f627))
7+
* export ListTransition ([1801781](https://github.com/iamyoki/transition-hook/commit/1801781b566c7327574bde3baf77f2990ac75783))
8+
19
## [1.4.0](https://github.com/iamyoki/transition-hook/compare/v1.3.3...v1.4.0) (2021-12-30)
210

311

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "transition-hook",
3-
"version": "1.4.0",
3+
"version": "1.5.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)