Skip to content

Commit 4a94d78

Browse files
chore(master): release 0.7.0 (#350)
1 parent 0b1ae5a commit 4a94d78

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.6.1"
2+
".": "0.7.0"
33
}

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.7.0](https://github.com/ueokande/vimmatic/compare/v0.6.1...v0.7.0) (2024-02-26)
4+
5+
6+
### Features
7+
8+
* support regexp and ignorecase on find ([#349](https://github.com/ueokande/vimmatic/issues/349)) ([94b7d7f](https://github.com/ueokande/vimmatic/commit/94b7d7f7613f00dbc2baab0a02ef500e1e19785d))
9+
10+
11+
### Bug Fixes
12+
13+
* change default value of find mode ([#356](https://github.com/ueokande/vimmatic/issues/356)) ([737c536](https://github.com/ueokande/vimmatic/commit/737c536f9a665c618f7cc7acc97671b6a884c7db))
14+
* **deps:** bump the typescript group with 3 updates ([#352](https://github.com/ueokande/vimmatic/issues/352)) ([5d829ef](https://github.com/ueokande/vimmatic/commit/5d829ef6ce35c2b027d295f7ac457e01ec4b96cd))
15+
* 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)
16+
* validate keymap props ([#359](https://github.com/ueokande/vimmatic/issues/359)) ([86516be](https://github.com/ueokande/vimmatic/commit/86516be9dad8cb4c147a03f1333c35bb24373590))
17+
318
## [0.6.1](https://github.com/ueokande/vimmatic/compare/v0.6.0...v0.6.1) (2024-02-10)
419

520

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vimmatic",
33
"description": "vimmatic",
4-
"version": "0.6.1",
4+
"version": "0.7.0",
55
"scripts": {
66
"start": "NODE_ENV=development nodemon --watch ./src --ext js,jsx,ts,tsx,css,html,json script/build.mjs",
77
"clean": "rm -rf ./dist",

0 commit comments

Comments
 (0)