Skip to content

Commit

Permalink
chore: release 0.7.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 Mar 17, 2024
1 parent a1b11b1 commit dcd690a
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.7.0-b0"
version = "0.7.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.7.0 (2024-03-17)

## 0.7.0-b0 (2024-03-17)

### 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.7.0-b0",
"version": "0.7.0",
"author": "Hadronous Labs",
"license": "Apache-2.0",
"repository": "github:hadronous/pic-js",
Expand Down

0 comments on commit dcd690a

Please sign in to comment.