From 36164c3446dd99bc80947d116ce974a627267ec3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 14:45:31 +0000 Subject: [PATCH] chore(master): release 0.1.0 (#83) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b985ff6e..466df71c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.1" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..ea775b3c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## [0.1.0](https://github.com/ueokande/vimmatic/compare/v0.0.1...v0.1.0) (2023-03-13) + + +### Features + +* chromium support ([#78](https://github.com/ueokande/vimmatic/issues/78)) ([7289915](https://github.com/ueokande/vimmatic/commit/7289915084e8e3a1c676e83694858749c0b954eb)) +* 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)) diff --git a/package.json b/package.json index a201b1da..d8ec368d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vimmatic", "description": "vimmatic", - "version": "0.0.1", + "version": "0.1.0", "scripts": { "start": "NODE_ENV=development nodemon --watch ./src --ext js,jsx,ts,tsx,css,html,json script/build", "clean": "rm -rf ./dist",