Skip to content

Commit

Permalink
chore(master): release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 10, 2024
1 parent 6a99e68 commit 8baef48
Show file tree
Hide file tree
Showing 3 changed files with 10 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.6.0"
".": "0.6.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.6.1](https://github.com/ueokande/vimmatic/compare/v0.6.0...v0.6.1) (2024-02-10)


### Bug Fixes

* an unexpected error when find mode ([#335](https://github.com/ueokande/vimmatic/issues/335)) ([5357d5c](https://github.com/ueokande/vimmatic/commit/5357d5c8dea8f9c1d9f6fc7241da1d651f9b35ee))
* use checkVisibility() ([#348](https://github.com/ueokande/vimmatic/issues/348)) ([6a99e68](https://github.com/ueokande/vimmatic/commit/6a99e688f7c9dcf36e131162c25e3cd91aca6dc4))

## [0.6.0](https://github.com/ueokande/vimmatic/compare/v0.5.3...v0.6.0) (2024-01-05)


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.6.0",
"version": "0.6.1",
"scripts": {
"start": "NODE_ENV=development nodemon --watch ./src --ext js,jsx,ts,tsx,css,html,json script/build.mjs",
"clean": "rm -rf ./dist",
Expand Down

0 comments on commit 8baef48

Please # to comment.