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.2
version: 0.18.0
version_files:
- packages/pic/package.json:version
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## Unreleased

## 0.18.0 (2026-01-21)

### BREAKING CHANCE

- Reverts "introduce a new `rounds` option for `awaitCall` method on `PocketIcClient` (#223)"

### Feat

- Introduce `ingressMaxRetries` to configure how many rounds an instance will
wait for update calls to complete before timing out (#227)

## 0.17.2 (2026-01-08)

### 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.2",
"version": "0.18.0",
"author": "DFINITY Stiftung",
"license": "Apache-2.0",
"repository": "github:dfinity/pic-js",
Expand Down