Skip to content

Commit

Permalink
chore(master): release 0.6.0 (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 5, 2024
1 parent e2a2c8b commit fcf757e
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.3"
".": "0.6.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.6.0](https://github.com/ueokande/vimmatic/compare/v0.5.3...v0.6.0) (2024-01-05)


### Features

* extended hints support ([#302](https://github.com/ueokande/vimmatic/issues/302)) ([8065ae3](https://github.com/ueokande/vimmatic/commit/8065ae3e7d290ce0b24353cf3a6af1de8c4af50a))

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


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.3",
"version": "0.6.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 fcf757e

Please sign in to comment.