Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.0](v1.1.6...v1.2.0) (2021-12-22)

### Features

* add useSwitchTransition ([262e720](262e720)), closes [#3](#3) [#1](#1)
* refactor folder structure, add setAnimationFrameTimeout ([6b2fda1](6b2fda1))
* useTransition replace timeout with animationFrameTimeout ([c59c662](c59c662))

### Chores

* change commitlint rules ([d10fa20](d10fa20))
  • Loading branch information
semantic-release-bot committed Dec 22, 2021
1 parent 91a0793 commit 4b629f8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.2.0](https://github.com/iamyoki/transition-hook/compare/v1.1.6...v1.2.0) (2021-12-22)


### Features

* add useSwitchTransition ([262e720](https://github.com/iamyoki/transition-hook/commit/262e7207f0154a60117c95f1415ac7f16e1086c3)), closes [#3](https://github.com/iamyoki/transition-hook/issues/3) [#1](https://github.com/iamyoki/transition-hook/issues/1)
* refactor folder structure, add setAnimationFrameTimeout ([6b2fda1](https://github.com/iamyoki/transition-hook/commit/6b2fda1fcad1c551583af6f5c6e4861e4468c73f))
* useTransition replace timeout with animationFrameTimeout ([c59c662](https://github.com/iamyoki/transition-hook/commit/c59c662ecb5b1d91242e0c09c6f9ab7f414d59af))


### Chores

* change commitlint rules ([d10fa20](https://github.com/iamyoki/transition-hook/commit/d10fa2023c86180fe3f2aa0f50c6b93f553f90da))

### [1.1.6](https://github.com/iamyoki/transition-hook/compare/v1.1.5...v1.1.6) (2021-12-17)


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.1.6",
"version": "1.2.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down

0 comments on commit 4b629f8

Please sign in to comment.