Skip to content

Commit

Permalink
chore(master): release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 6, 2023
1 parent 2aee24f commit 47b0309
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.1"
".": "0.2.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.2.0](https://github.com/ueokande/vimmatic/compare/v0.1.1...v0.2.0) (2023-04-06)


### Features

* find history ([#116](https://github.com/ueokande/vimmatic/issues/116)) ([2aee24f](https://github.com/ueokande/vimmatic/commit/2aee24fa9d20b0a6074ec63fe61e90409109ce83))


### 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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vimmatic",
"description": "vimmatic",
"version": "0.1.1",
"version": "0.2.0",
"scripts": {
"start": "NODE_ENV=development nodemon --watch ./src --ext js,jsx,ts,tsx,css,html,json script/build",
"clean": "rm -rf ./dist",
Expand Down

0 comments on commit 47b0309

Please # to comment.