diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a915e8c5..001eb2cd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.1.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eb15215..387ab811 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.2](https://github.com/ueokande/vimmatic/compare/v0.1.1...v0.1.2) (2023-03-25) + + +### Bug Fixes + +* **deps:** bump @abraham/reflection from 0.10.0 to 0.12.0 ([#107](https://github.com/ueokande/vimmatic/issues/107)) ([b175b0b](https://github.com/ueokande/vimmatic/commit/b175b0b2732a53a556484beb2bc50e1b59bea1cf)) +* **deps:** bump styled-components and @types/styled-components ([#106](https://github.com/ueokande/vimmatic/issues/106)) ([08e972b](https://github.com/ueokande/vimmatic/commit/08e972b290b044a49e7fccf43a9b0f0859e62e7d)) + ## [0.1.1](https://github.com/ueokande/vimmatic/compare/v0.1.0...v0.1.1) (2023-03-21) diff --git a/package.json b/package.json index bcab000a..d619e312 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vimmatic", "description": "vimmatic", - "version": "0.1.1", + "version": "0.1.2", "scripts": { "start": "NODE_ENV=development nodemon --watch ./src --ext js,jsx,ts,tsx,css,html,json script/build", "clean": "rm -rf ./dist",