Skip to content

Commit

Permalink
chore(master): release 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 20, 2024
1 parent 75e2ecd commit e64cbe8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.7.1"
".": "0.7.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.7.2](https://github.com/ueokande/vimmatic/compare/v0.7.1...v0.7.2) (2024-07-20)


### Bug Fixes

* 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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e64cbe8

Please # to comment.