Skip to content

Commit

Permalink
bump: version 2.0.0 → 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jul 26, 2024
1 parent 8b46a8f commit 1118db1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 2.0.1 (2024-07-26)

### Fix

- artifact-upload key --> name variable

### Refactor

- rename stories_build to more generic pnpm_build
- replace upload/download artifact workflows with v4

## 2.0.0 (2024-07-26)

### BREAKING CHANGE
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ docs = [
]
[tool.commitizen]
name = "cz_conventional_commits"
version = "2.0.0"
version = "2.0.1"
version_files = [
"pyproject.toml:version",
]
Expand Down

0 comments on commit 1118db1

Please sign in to comment.