Skip to content

Commit 334ef67

Browse files
chore(master): release 0.5.3 (#268)
1 parent 63c0b52 commit 334ef67

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.5.2"
2+
".": "0.5.3"
33
}

CHANGELOG.md

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

3+
## [0.5.3](https://github.com/ueokande/vimmatic/compare/v0.5.2...v0.5.3) (2023-11-12)
4+
5+
6+
### Bug Fixes
7+
8+
* Broken preferences ([#267](https://github.com/ueokande/vimmatic/issues/267)) ([63c0b52](https://github.com/ueokande/vimmatic/commit/63c0b5255ddc5e71712514402d959c51387c41d4))
9+
310
## [0.5.2](https://github.com/ueokande/vimmatic/compare/v0.5.1...v0.5.2) (2023-10-01)
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.5.2",
4+
"version": "0.5.3",
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)