Skip to content

Commit

Permalink
chore(release): 1.5.1 [skip ci]
Browse files Browse the repository at this point in the history
### [1.5.1](v1.5.0...v1.5.1) (2022-02-18)

### Docs

* update readme ([2ea9645](2ea9645))

### Refactors

* config files, add qhlab eslint plugin ([f204db4](f204db4))

### Chores

* lint fix ([02beb0e](02beb0e))
  • Loading branch information
semantic-release-bot committed Feb 18, 2022
1 parent 02beb0e commit 869a949
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
### [1.5.1](https://github.com/iamyoki/transition-hook/compare/v1.5.0...v1.5.1) (2022-02-18)


### Docs

* update readme ([2ea9645](https://github.com/iamyoki/transition-hook/commit/2ea9645f205135ed6ed5eea24daf0fc2c4749511))


### Refactors

* config files, add qhlab eslint plugin ([f204db4](https://github.com/iamyoki/transition-hook/commit/f204db427c52aa08703abc2408e2b911edda650e))


### Chores

* lint fix ([02beb0e](https://github.com/iamyoki/transition-hook/commit/02beb0efc8911a9098df37fcb4fa984e6c0f00c1))

## [1.5.0](https://github.com/iamyoki/transition-hook/compare/v1.4.0...v1.5.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.5.0",
"version": "1.5.1",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down

0 comments on commit 869a949

Please sign in to comment.