Skip to content

Commit

Permalink
chore(master): release 0.7.0 (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 4, 2024
1 parent 0b1ae5a commit 4a94d78
Show file tree
Hide file tree
Showing 3 changed files with 17 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.1"
".": "0.7.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.7.0](https://github.com/ueokande/vimmatic/compare/v0.6.1...v0.7.0) (2024-02-26)


### Features

* support regexp and ignorecase on find ([#349](https://github.com/ueokande/vimmatic/issues/349)) ([94b7d7f](https://github.com/ueokande/vimmatic/commit/94b7d7f7613f00dbc2baab0a02ef500e1e19785d))


### Bug Fixes

* change default value of find mode ([#356](https://github.com/ueokande/vimmatic/issues/356)) ([737c536](https://github.com/ueokande/vimmatic/commit/737c536f9a665c618f7cc7acc97671b6a884c7db))
* **deps:** bump the typescript group with 3 updates ([#352](https://github.com/ueokande/vimmatic/issues/352)) ([5d829ef](https://github.com/ueokande/vimmatic/commit/5d829ef6ce35c2b027d295f7ac457e01ec4b96cd))
* ignore unexpected message ([#354](https://github.com/ueokande/vimmatic/issues/354)) ([ac302cd](https://github.com/ueokande/vimmatic/commit/ac302cd7383b9f17efb4c42191d881f67a91ff45)), closes [#351](https://github.com/ueokande/vimmatic/issues/351)
* validate keymap props ([#359](https://github.com/ueokande/vimmatic/issues/359)) ([86516be](https://github.com/ueokande/vimmatic/commit/86516be9dad8cb4c147a03f1333c35bb24373590))

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


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.1",
"version": "0.7.0",
"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 4a94d78

Please sign in to comment.