From b16a7d553b82d73b27f041773300777e37fab955 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 08:10:07 +0000 Subject: [PATCH] chore(master): release 0.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71c..a915e8c5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ea775b3c..db25d23e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index d8ec368d..4338fd64 100644 --- a/package.json +++ b/package.json @@ -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",