Skip to content

Commit

Permalink
chore(master): release 0.8.0 (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 25, 2024
1 parent d9f2351 commit 767e6ce
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.7.2"
".": "0.8.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.8.0](https://github.com/ueokande/vimmatic/compare/v0.7.2...v0.8.0) (2024-07-25)


### Features

* pin/unpin/togglepin command ([#487](https://github.com/ueokande/vimmatic/issues/487)) ([7a8ee3e](https://github.com/ueokande/vimmatic/commit/7a8ee3ec6dea1de1116ae500a26dcc0f10c1579d)), closes [#478](https://github.com/ueokande/vimmatic/issues/478)

## [0.7.2](https://github.com/ueokande/vimmatic/compare/v0.7.1...v0.7.2) (2024-07-20)


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

0 comments on commit 767e6ce

Please sign in to comment.