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 b9bd905 commit fd49cd7
Show file tree
Hide file tree
Showing 4 changed files with 11 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"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Bug Fixes

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

## [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 fd49cd7

Please sign in to comment.