Skip to content

Commit

Permalink
chore(master): release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 1, 2023
1 parent a0cfea1 commit 044a623
Show file tree
Hide file tree
Showing 3 changed files with 13 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.5.0"
".": "0.5.1"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.5.1](https://github.com/ueokande/vimmatic/compare/v0.5.0...v0.5.1) (2023-10-01)


### Bug Fixes

* **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 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))
* replace incorrect or bad usages on styled-components ([#222](https://github.com/ueokande/vimmatic/issues/222)) ([a0cfea1](https://github.com/ueokande/vimmatic/commit/a0cfea1bf01dab256f47233df29cb1356079a115))

## [0.5.0](https://github.com/ueokande/vimmatic/compare/v0.4.1...v0.5.0) (2023-09-10)


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.5.0",
"version": "0.5.1",
"scripts": {
"start": "NODE_ENV=development nodemon --watch ./src --ext js,jsx,ts,tsx,css,html,json script/build",
"clean": "rm -rf ./dist",
Expand Down

0 comments on commit 044a623

Please sign in to comment.