Skip to content

Commit 24c5754

Browse files
chore(master): release 0.7.2 (#387)
1 parent f74a4fe commit 24c5754

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.7.2](https://github.com/ueokande/vimmatic/compare/v0.7.1...v0.7.2) (2024-07-20)
4+
5+
6+
### Bug Fixes
7+
8+
* command completion with a force command. ([#485](https://github.com/ueokande/vimmatic/issues/485)) ([f74a4fe](https://github.com/ueokande/vimmatic/commit/f74a4febdd9477493d228cab26a2fdd49d735010))
9+
* replace styled-component with stylex ([#367](https://github.com/ueokande/vimmatic/issues/367)) ([46ef567](https://github.com/ueokande/vimmatic/commit/46ef567e3f68889f5405b79e857febd8f47bfa66))
10+
311
## [0.7.1](https://github.com/ueokande/vimmatic/compare/v0.7.0...v0.7.1) (2024-03-06)
412

513

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.7.1",
4+
"version": "0.7.2",
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)