Skip to content

Commit

Permalink
chore(master): release 0.5.3 (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 12, 2023
1 parent 63c0b52 commit 334ef67
Show file tree
Hide file tree
Showing 3 changed files with 9 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.5.2"
".": "0.5.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.5.3](https://github.com/ueokande/vimmatic/compare/v0.5.2...v0.5.3) (2023-11-12)


### Bug Fixes

* Broken preferences ([#267](https://github.com/ueokande/vimmatic/issues/267)) ([63c0b52](https://github.com/ueokande/vimmatic/commit/63c0b5255ddc5e71712514402d959c51387c41d4))

## [0.5.2](https://github.com/ueokande/vimmatic/compare/v0.5.1...v0.5.2) (2023-10-01)


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.5.2",
"version": "0.5.3",
"scripts": {
"start": "NODE_ENV=development nodemon --watch ./src --ext js,jsx,ts,tsx,css,html,json script/build",
"clean": "rm -rf ./dist",
Expand Down

0 comments on commit 334ef67

Please sign in to comment.