Skip to content

Commit

Permalink
bump: release 0.2.1 → 0.2.2 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
draftea-bot committed Jan 16, 2024
1 parent c1765a8 commit 6285d0f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool]
[tool.commitizen]
name = "cz_customize"
version = "0.2.1"
version = "0.2.2"
tag_format = "v$version"
bump_message = "bump: release $current_version → $new_version [skip-ci]"
update_changelog_on_bump = true
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.2.2 (2024-01-16)


- fix: finish process with error if commands fail by any reason (#5)

## v0.2.1 (2023-11-03)


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": "ejson-action",
"type": "module",
"version": "0.2.1",
"version": "0.2.2",
"description": "Simple action that executes ejson command over a file",
"scripts": {
"lint": "npx eslint --fix .",
Expand Down

0 comments on commit 6285d0f

Please sign in to comment.