Skip to content

Commit

Permalink
chore: release v1.1.0 (#204)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 11, 2022
1 parent 637f4cf commit 65602a3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.1.0](https://github.com/korosuke613/zenn-metadata-updater-action/compare/v1.0.6...v1.1.0) (2022-02-11)


### Bug Fixes

* `invalid` error when the `force-push` option is not set. ([07e81b5](https://github.com/korosuke613/zenn-metadata-updater-action/commit/07e81b5e2db5861f295325f2cf6641ba9998f8b5))


### Features

* validate metadata ([bb6cc9e](https://github.com/korosuke613/zenn-metadata-updater-action/commit/bb6cc9e2c9bd292415606e0676f2bbb486afcd66))



## [1.0.6](https://github.com/korosuke613/zenn-metadata-updater-action/compare/v1.0.5...v1.0.6) (2021-03-03)


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": "1.0.6",
"version": "1.1.0",
"private": true,
"description": "GitHub Action to update metadata in Zenn markdown file.",
"main": "lib/main.js",
Expand Down

0 comments on commit 65602a3

Please sign in to comment.