Skip to content

Commit

Permalink
chore: release 0.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
nathanosdev authored and github-actions[bot] committed Apr 27, 2024
1 parent 6f33d6f commit f1f4c6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name = "cz_conventional_commits"
tag_format = "$version"
update_changelog_on_bump = true
version_scheme = "semver"
version = "0.8.0-b1"
version = "0.8.0"
version_files = ["packages/pic/package.json"]
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.8.0 (2024-04-27)

## 0.8.0-b1 (2024-04-22)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion packages/pic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hadronous/pic",
"description": "An Internet Computer Protocol canister testing library for TypeScript and JavaScript.",
"version": "0.8.0-b1",
"version": "0.8.0",
"author": "Hadronous Labs",
"license": "Apache-2.0",
"repository": "github:hadronous/pic-js",
Expand Down

0 comments on commit f1f4c6b

Please sign in to comment.