Skip to content

Commit b60ed0f

Browse files
committed
bump: release 0.1.1 → 0.2.0 [skip-ci]
1 parent 2f61a72 commit b60ed0f

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool]
22
[tool.commitizen]
33
name = "cz_customize"
4-
version = "0.1.1"
4+
version = "0.2.0"
55
tag_format = "v$version"
66
bump_message = "bump: release $current_version → $new_version [skip-ci]"
77
update_changelog_on_bump = true

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1+
## v0.2.0 (2023-11-03)
2+
3+
4+
- feat: add out_file option to create a file for decryption (#3)
5+
16
## v0.1.1 (2023-11-01)
27

38

49
- fix: execute (#2)
5-
- * fix: remove binary from source and add it to Docker file
6-
10+
- * fix: remove binary from source and add it to Docker file
11+
712
* fix: add documentation on readme
813

914
## v0.1.0 (2023-11-01)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ejson-action",
33
"type": "module",
4-
"version": "0.1.1",
4+
"version": "0.2.0",
55
"description": "Simple action that executes ejson command over a file",
66
"scripts": {
77
"lint": "npx eslint --fix .",

0 commit comments

Comments
 (0)