Skip to content

Commit

Permalink
chore(main): release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent b820e3f commit f578327
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 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 @@
{
".": "3.0.1"
".": "3.0.2"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [3.0.2](https://github.com/korosuke613/zenn-metadata-updater-action/compare/v3.0.1...v3.0.2) (2024-09-01)


### Bug Fixes

* **deps:** update dependency typescript to v5.4.5 ([07c1056](https://github.com/korosuke613/zenn-metadata-updater-action/commit/07c1056599e8c206b8dc4400257ecc9a7e054733))
* **deps:** update dependency typescript to v5.5.3 ([b832d38](https://github.com/korosuke613/zenn-metadata-updater-action/commit/b832d384437097c6abb9607bcd90bc4d17ee3610))
* **deps:** update dependency typescript to v5.5.4 ([512fbcc](https://github.com/korosuke613/zenn-metadata-updater-action/commit/512fbcc3a9dd851d6aa2ac88e482497eb7a397b0))

## [3.0.1](https://github.com/korosuke613/zenn-metadata-updater-action/compare/v3.0.0...v3.0.1) (2024-02-12)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zenn-metadata-updater-action",
"version": "3.0.1",
"version": "3.0.2",
"private": true,
"description": "GitHub Action to update metadata in Zenn markdown file.",
"main": "lib/main.js",
Expand Down

0 comments on commit f578327

Please sign in to comment.