Skip to content

Commit

Permalink
chore(master): release 0.2.1 (#129)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 24, 2023
1 parent 00bbc2b commit d71b257
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.2.0"
".": "0.2.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.1](https://github.com/ueokande/vimmatic/compare/v0.2.0...v0.2.1) (2023-04-24)


### Bug Fixes

* forbid opening file:// ([#128](https://github.com/ueokande/vimmatic/issues/128)) ([00bbc2b](https://github.com/ueokande/vimmatic/commit/00bbc2b0ae42aa313b2966f2b563d1985bad91f4))

## [0.2.0](https://github.com/ueokande/vimmatic/compare/v0.1.1...v0.2.0) (2023-04-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.2.0",
"version": "0.2.1",
"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 d71b257

Please sign in to comment.