We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a392c commit 93257edCopy full SHA for 93257ed
.cz.toml
@@ -3,5 +3,5 @@ name = "cz_conventional_commits"
3
tag_format = "$version"
4
update_changelog_on_bump = true
5
version_scheme = "semver"
6
-version = "0.8.1"
+version = "0.9.0-b0"
7
version_files = ["packages/pic/package.json"]
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## Unreleased
+## 0.9.0-b0 (2024-05-06)
2
### Feat
packages/pic/package.json
@@ -1,7 +1,7 @@
{
"name": "@hadronous/pic",
"description": "An Internet Computer Protocol canister testing library for TypeScript and JavaScript.",
- "version": "0.8.1",
+ "version": "0.9.0-b0",
"author": "Hadronous Labs",
"license": "Apache-2.0",
"repository": "github:hadronous/pic-js",
0 commit comments