Skip to content

Commit

Permalink
bump: release 0.1.2 → 0.1.3 [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
draftea-bot committed May 1, 2023
1 parent b0735cb commit 04ac7e6
Show file tree
Hide file tree
Showing 3 changed files with 21 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.1.2"
version = "0.1.3"
tag_format = "v$version"
bump_message = "bump: release $current_version → $new_version [skip-ci]"
update_changelog_on_bump = true
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## v0.1.3 (2023-05-01)


- fix: wrong tags (#13)
- fix: missing config tags (#12)
- bump: release 0.1.2 → 0.1.3 [skip-ci]
- fix: tags (#11)
- bump: release 0.1.2 → 0.1.3 [skip-ci]
- fix: fix repository url (#10)
- fix: remove permissions (#9)
- fix: pipeline release push (#8)
- fix: release pipe files (#7)
- fix: cz file (#6)
- fix: release (#5)
- fix: release user (#4)
- feat: add release (#3)
- ci: fix pipeline release (#2)
- ci: complete CI flows (#1)
- chore: first commit
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-plugin-s3-remover",
"version": "0.1.2",
"version": "0.1.3",
"description": "A simple plugin that deletes all files from deployment bucket before deleting the application",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 04ac7e6

Please sign in to comment.