From 24c575447d64142e3b87408c4baf543bc36114df Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 21:39:35 +0900 Subject: [PATCH] chore(master): release 0.7.2 (#387) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 13708fa5..ca1c614f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.1" + ".": "0.7.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ddaee85..862a434c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.7.2](https://github.com/ueokande/vimmatic/compare/v0.7.1...v0.7.2) (2024-07-20) + + +### Bug Fixes + +* command completion with a force command. ([#485](https://github.com/ueokande/vimmatic/issues/485)) ([f74a4fe](https://github.com/ueokande/vimmatic/commit/f74a4febdd9477493d228cab26a2fdd49d735010)) +* replace styled-component with stylex ([#367](https://github.com/ueokande/vimmatic/issues/367)) ([46ef567](https://github.com/ueokande/vimmatic/commit/46ef567e3f68889f5405b79e857febd8f47bfa66)) + ## [0.7.1](https://github.com/ueokande/vimmatic/compare/v0.7.0...v0.7.1) (2024-03-06) diff --git a/package.json b/package.json index 32ffe9cf..67326e31 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vimmatic", "description": "vimmatic", - "version": "0.7.1", + "version": "0.7.2", "scripts": { "start": "NODE_ENV=development nodemon --watch ./src --ext js,jsx,ts,tsx,css,html,json script/build.mjs", "clean": "rm -rf ./dist",