Skip to content

Commit

Permalink
chore(master): release 0.5.0 (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 10, 2023
1 parent fa12f1a commit d3870e5
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.4.1"
".": "0.5.0"
}
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.0](https://github.com/ueokande/vimmatic/compare/v0.4.1...v0.5.0) (2023-09-10)


### Features

* syntax hilighting preferenses ([#193](https://github.com/ueokande/vimmatic/issues/193)) ([decbec6](https://github.com/ueokande/vimmatic/commit/decbec6323fe7a0946a9d5d71e0f15e272268db4))

## [0.4.1](https://github.com/ueokande/vimmatic/compare/v0.4.0...v0.4.1) (2023-07-08)


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.4.1",
"version": "0.5.0",
"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 d3870e5

Please sign in to comment.