diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b536f1..9772e87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 6d6453d..d26cfb5 100644 --- a/package.json +++ b/package.json @@ -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",