From c98db57c3d5f8488034f2f82f5786ea3c5a1d28b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 8 Jul 2023 07:26:19 +0000 Subject: [PATCH] chore(master): release 0.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 37 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2537c1f1..f1c1e588 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f7d40f44..f32df0a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,40 @@ # Changelog +## [0.5.0](https://github.com/ueokande/vimmatic/compare/v0.4.0...v0.5.0) (2023-07-08) + + +### Features + +* chromium support ([#78](https://github.com/ueokande/vimmatic/issues/78)) ([7289915](https://github.com/ueokande/vimmatic/commit/7289915084e8e3a1c676e83694858749c0b954eb)) +* Custom Style Support ([#141](https://github.com/ueokande/vimmatic/issues/141)) ([5f9da16](https://github.com/ueokande/vimmatic/commit/5f9da16734e9ed98fc556f3540d39d3582870332)) +* find history ([#116](https://github.com/ueokande/vimmatic/issues/116)) ([2aee24f](https://github.com/ueokande/vimmatic/commit/2aee24fa9d20b0a6074ec63fe61e90409109ce83)) +* show current value on set commnd ([#143](https://github.com/ueokande/vimmatic/issues/143)) ([afc48b2](https://github.com/ueokande/vimmatic/commit/afc48b2f14eb93f030895bf03ee165884af005a9)) +* update branding ([#79](https://github.com/ueokande/vimmatic/issues/79)) ([958cf46](https://github.com/ueokande/vimmatic/commit/958cf46927fed55df8f8d592fdf33efd444c4679)) + + +### Bug Fixes + +* content messaging ([#81](https://github.com/ueokande/vimmatic/issues/81)) ([a8ef280](https://github.com/ueokande/vimmatic/commit/a8ef280c11e0a9cd3d8526409af7dc3719233ded)) +* debugging messaging ([#82](https://github.com/ueokande/vimmatic/issues/82)) ([2adcabb](https://github.com/ueokande/vimmatic/commit/2adcabb9d8664a943b9ac9c7314f7b475c3ed8d8)) +* deprecated apis MV3 ([#90](https://github.com/ueokande/vimmatic/issues/90)) ([8e267a7](https://github.com/ueokande/vimmatic/commit/8e267a78f3f15148a16d370f9c618c980c6af0e6)) +* **deps:** bump @abraham/reflection from 0.10.0 to 0.12.0 ([#107](https://github.com/ueokande/vimmatic/issues/107)) ([b175b0b](https://github.com/ueokande/vimmatic/commit/b175b0b2732a53a556484beb2bc50e1b59bea1cf)) +* **deps:** bump esbuild from 0.14.39 to 0.17.18 ([#136](https://github.com/ueokande/vimmatic/issues/136)) ([10636ef](https://github.com/ueokande/vimmatic/commit/10636ef0954a5abf8a217ad59ca7ac001fa8282c)) +* **deps:** bump node version to 20.x ([#150](https://github.com/ueokande/vimmatic/issues/150)) ([3f9bebe](https://github.com/ueokande/vimmatic/commit/3f9bebe3d7a891566cc3da3c3b9e26224bcc03b3)) +* **deps:** bump styled-components and @types/styled-components ([#106](https://github.com/ueokande/vimmatic/issues/106)) ([08e972b](https://github.com/ueokande/vimmatic/commit/08e972b290b044a49e7fccf43a9b0f0859e62e7d)) +* **deps:** bump typescript and typescript-eslint ([393ca63](https://github.com/ueokande/vimmatic/commit/393ca63365e6970d2d0004166a6a18782eb1243f)) +* **deps:** update yarn ([#148](https://github.com/ueokande/vimmatic/issues/148)) ([80e2385](https://github.com/ueokande/vimmatic/commit/80e2385f2cfd2d1f07eede5bb0887c21b747b0f9)) +* 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)) +* forbid opening file:// ([#128](https://github.com/ueokande/vimmatic/issues/128)) ([00bbc2b](https://github.com/ueokande/vimmatic/commit/00bbc2b0ae42aa313b2966f2b563d1985bad91f4)) +* global jump does not switch tabs ([#139](https://github.com/ueokande/vimmatic/issues/139)) ([e8a232b](https://github.com/ueokande/vimmatic/commit/e8a232b6ef9b4925cd696a22b9e6288afc372192)) +* open default URL on chromium by gh/gH ([#99](https://github.com/ueokande/vimmatic/issues/99)) ([3744520](https://github.com/ueokande/vimmatic/commit/374452039099f6aaed97cee1b1beeaa977d90932)) +* 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)) +* unable to load persistent settings ([#120](https://github.com/ueokande/vimmatic/issues/120)) ([2544af3](https://github.com/ueokande/vimmatic/commit/2544af3699a700c42228fbb208115c6ebc65e84a)) +* use user's zoom level when resetting ([#160](https://github.com/ueokande/vimmatic/issues/160)) ([2b15137](https://github.com/ueokande/vimmatic/commit/2b151376785d1c976f5b28756d4c3769b732a80d)) +* white rectangle appers by Esc ([#157](https://github.com/ueokande/vimmatic/issues/157)) ([3498424](https://github.com/ueokande/vimmatic/commit/349842494c2a3c2361518bc49dea7f6b67bb7f67)) + ## [0.4.0](https://github.com/ueokande/vimmatic/compare/v0.3.1...v0.4.0) (2023-07-08) diff --git a/package.json b/package.json index 5ae38a17..5f15b65a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vimmatic", "description": "vimmatic", - "version": "0.4.0", + "version": "0.5.0", "scripts": { "start": "NODE_ENV=development nodemon --watch ./src --ext js,jsx,ts,tsx,css,html,json script/build", "clean": "rm -rf ./dist",