Skip to content

Commit

Permalink
chore(master): release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 21, 2023
1 parent e0758d5 commit b16a7d5
Show file tree
Hide file tree
Showing 3 changed files with 14 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.1.0"
".": "0.1.1"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.1.1](https://github.com/ueokande/vimmatic/compare/v0.1.0...v0.1.1) (2023-03-21)


### Bug Fixes

* deprecated apis MV3 ([#90](https://github.com/ueokande/vimmatic/issues/90)) ([8e267a7](https://github.com/ueokande/vimmatic/commit/8e267a78f3f15148a16d370f9c618c980c6af0e6))
* Fix issue that white rectangle appears in the foreground of the page ([#97](https://github.com/ueokande/vimmatic/issues/97)) ([a96d222](https://github.com/ueokande/vimmatic/commit/a96d2224472d8d8e4748c65a82a4becb5020dfc4))
* fix undefined image url ([#92](https://github.com/ueokande/vimmatic/issues/92)) ([abd423d](https://github.com/ueokande/vimmatic/commit/abd423d1eec86da4c7746f562eca9dcfcbf2c279))
* persist worker script state ([#96](https://github.com/ueokande/vimmatic/issues/96)) ([ffc69a6](https://github.com/ueokande/vimmatic/commit/ffc69a635580037a22df4686dcccae943cd98a9c))
* resize when a message is shown on console ([#100](https://github.com/ueokande/vimmatic/issues/100)) ([e0758d5](https://github.com/ueokande/vimmatic/commit/e0758d5cc7820faa236ace16e2346a2883d22938))
* show error when yank/paste on chrome ([#93](https://github.com/ueokande/vimmatic/issues/93)) ([7d78151](https://github.com/ueokande/vimmatic/commit/7d78151e3da231748c4838bbf685b41106bb05f7))

## [0.1.0](https://github.com/ueokande/vimmatic/compare/v0.0.1...v0.1.0) (2023-03-13)


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.1.0",
"version": "0.1.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 b16a7d5

Please # to comment.