Skip to content

Commit

Permalink
bump: release 0.0.5 → 0.0.6 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
draftea-bot committed Jan 9, 2024
1 parent 76d903a commit 50e74ab
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 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.0.5"
version = "0.0.6"
tag_format = "v$version"
bump_message = "bump: release $current_version → $new_version [skip-ci]"
update_changelog_on_bump = true
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v0.0.6 (2024-01-09)


- Merge pull request #3 from Drafteame/fix/release-job
- fix: release job
- fix: release job
- nix: upgrading nix package to latest npm release

## v0.0.5 (2024-01-09)


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": "json-keys-diff",
"type": "module",
"version": "0.0.5",
"version": "0.0.6",
"description": "Simple hook that compare the keys of different json files and return what keys are missing between each other",
"main": "src/action/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = "0.0.5";
export const VERSION = "0.0.6";

0 comments on commit 50e74ab

Please sign in to comment.