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 5e9d66a commit 1086f67Copy full SHA for 1086f67
.cz.yaml
@@ -2,6 +2,6 @@
2
commitizen:
3
name: cz_conventional_commits
4
tag_format: $version
5
- version: 0.17.0
+ version: 0.17.1
6
version_files:
7
- packages/pic/package.json:version
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## Unreleased
+## 0.17.1 (2025-12-15)
+
## 0.17.0 (2025-12-11)
### Feat
packages/pic/package.json
@@ -1,7 +1,7 @@
{
"name": "@dfinity/pic",
"description": "An Internet Computer Protocol canister testing library for TypeScript and JavaScript.",
- "version": "0.17.0",
+ "version": "0.17.1",
"author": "DFINITY Stiftung",
"license": "Apache-2.0",
"repository": "github:dfinity/pic-js",
0 commit comments