Skip to content

Commit 1086f67

Browse files
authored
chore: release 0.17.1 (#219)
After merging this PR, tag the merge commit with: ```shell git tag 0.17.1 git push origin 0.17.1 ```
1 parent 5e9d66a commit 1086f67

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
commitizen:
33
name: cz_conventional_commits
44
tag_format: $version
5-
version: 0.17.0
5+
version: 0.17.1
66
version_files:
77
- packages/pic/package.json:version

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Unreleased
22

3+
## 0.17.1 (2025-12-15)
4+
35
## 0.17.0 (2025-12-11)
46

57
### Feat

packages/pic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dfinity/pic",
33
"description": "An Internet Computer Protocol canister testing library for TypeScript and JavaScript.",
4-
"version": "0.17.0",
4+
"version": "0.17.1",
55
"author": "DFINITY Stiftung",
66
"license": "Apache-2.0",
77
"repository": "github:dfinity/pic-js",

0 commit comments

Comments
 (0)