Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.0](v1.4.0...v1.5.0) (2021-12-30)

### Features

* add ListTransition, close [#7](#7) ([e5f77b1](e5f77b1))
* export ListTransition ([1801781](1801781))
  • Loading branch information
semantic-release-bot committed Dec 30, 2021
1 parent e084a85 commit 1e325e4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.5.0](https://github.com/iamyoki/transition-hook/compare/v1.4.0...v1.5.0) (2021-12-30)


### Features

* add ListTransition, close [#7](https://github.com/iamyoki/transition-hook/issues/7) ([e5f77b1](https://github.com/iamyoki/transition-hook/commit/e5f77b1a430b2511385696e45e8a4be41d31f627))
* export ListTransition ([1801781](https://github.com/iamyoki/transition-hook/commit/1801781b566c7327574bde3baf77f2990ac75783))

## [1.4.0](https://github.com/iamyoki/transition-hook/compare/v1.3.3...v1.4.0) (2021-12-30)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "transition-hook",
"version": "1.4.0",
"version": "1.5.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down

0 comments on commit 1e325e4

Please sign in to comment.