From 16b93a066e3c6cbe65e1b55622725b8daca8deff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 10:54:56 +0000 Subject: [PATCH] chore(master): release 0.6.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 42 +++++++++++++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 44 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 210d2903..bcd05228 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.1" + ".": "0.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 11061499..f7e83c27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,47 @@ # Changelog +## [0.6.0](https://github.com/ueokande/vimmatic/compare/v0.5.1...v0.6.0) (2023-10-01) + + +### 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)) +* syntax hilighting preferenses ([#193](https://github.com/ueokande/vimmatic/issues/193)) ([decbec6](https://github.com/ueokande/vimmatic/commit/decbec6323fe7a0946a9d5d71e0f15e272268db4)) +* 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 the react group with 6 updates ([#217](https://github.com/ueokande/vimmatic/issues/217)) ([8e0f987](https://github.com/ueokande/vimmatic/commit/8e0f987a2a7242eef0f1dd22bcc54a2ebfd90cc5)) +* **deps:** bump the styled-components group with 2 updates ([#215](https://github.com/ueokande/vimmatic/issues/215)) ([ca97954](https://github.com/ueokande/vimmatic/commit/ca9795412817a4979f0e02314d9bce6ccc8d7619)) +* **deps:** bump the typescript group with 3 updates ([#209](https://github.com/ueokande/vimmatic/issues/209)) ([8c4eb3d](https://github.com/ueokande/vimmatic/commit/8c4eb3ddccf50b77aca7ee8a7a3d231ad6eecbef)) +* **deps:** bump typescript and typescript-eslint ([393ca63](https://github.com/ueokande/vimmatic/commit/393ca63365e6970d2d0004166a6a18782eb1243f)) +* **deps:** bump zod from 3.19.1 to 3.22.2 ([#201](https://github.com/ueokande/vimmatic/issues/201)) ([51c24a0](https://github.com/ueokande/vimmatic/commit/51c24a09fb392c00b726c7e4021ff8d139b50596)) +* **deps:** update yarn ([#148](https://github.com/ueokande/vimmatic/issues/148)) ([80e2385](https://github.com/ueokande/vimmatic/commit/80e2385f2cfd2d1f07eede5bb0887c21b747b0f9)) +* fix ci publish settings ([3998f28](https://github.com/ueokande/vimmatic/commit/3998f2864f1d58cb4eb173ae6b5b3b13cc70e94f)) +* 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)) +* replace incorrect or bad usages on styled-components ([#222](https://github.com/ueokande/vimmatic/issues/222)) ([a0cfea1](https://github.com/ueokande/vimmatic/commit/a0cfea1bf01dab256f47233df29cb1356079a115)) +* 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.5.1](https://github.com/ueokande/vimmatic/compare/v0.5.0...v0.5.1) (2023-10-01) diff --git a/package.json b/package.json index 2f7be908..c76c7a0d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vimmatic", "description": "vimmatic", - "version": "0.5.1", + "version": "0.6.0", "scripts": { "start": "NODE_ENV=development nodemon --watch ./src --ext js,jsx,ts,tsx,css,html,json script/build", "clean": "rm -rf ./dist",