Skip to content

Commit bdad6e3

Browse files
chore(master): release 0.4.0 (#163)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 890b6db commit bdad6e3

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/ueokande/vimmatic/compare/v0.3.1...v0.4.0) (2023-07-08)
4+
5+
6+
### Features
7+
8+
* show current value on set commnd ([#143](https://github.com/ueokande/vimmatic/issues/143)) ([afc48b2](https://github.com/ueokande/vimmatic/commit/afc48b2f14eb93f030895bf03ee165884af005a9))
9+
310
## [0.3.1](https://github.com/ueokande/vimmatic/compare/v0.3.0...v0.3.1) (2023-06-11)
411

512

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.3.1",
4+
"version": "0.4.0",
55
"scripts": {
66
"start": "NODE_ENV=development nodemon --watch ./src --ext js,jsx,ts,tsx,css,html,json script/build",
77
"clean": "rm -rf ./dist",

0 commit comments

Comments
 (0)