Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
commitizen:
name: cz_conventional_commits
tag_format: $version
version: 0.17.0
version: 0.17.1
version_files:
- packages/pic/package.json:version
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased

## 0.17.1 (2025-12-15)

## 0.17.0 (2025-12-11)

### 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": "@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",
Expand Down