diff --git a/.cz.yaml b/.cz.yaml index eec3249..4a9122c 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -2,6 +2,6 @@ commitizen: name: cz_conventional_commits tag_format: $version - version: 0.21.0 + version: 0.22.0 version_files: - packages/pic/package.json:version diff --git a/CHANGELOG.md b/CHANGELOG.md index b629028..8cce3d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,13 @@ ## Unreleased +## 0.22.0 (2026-06-09) + ### Feat -- **pic**: bump PocketIC to v14, add disableIngressValidation and senderInfo options +- **pic**: Update to v14, support disableIngressValidation and senderInfo (#271) +- **pic**: Allow specifying PIC version (#266) +- **pic**: Use arm64 pic binaries (#268) - **pic**: add costSchedule option and bump PocketIC to v13 (#264) ## 0.21.0 (2026-03-18) diff --git a/packages/pic/package.json b/packages/pic/package.json index d77e908..4add738 100644 --- a/packages/pic/package.json +++ b/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.21.0", + "version": "0.22.0", "author": "DFINITY Stiftung", "license": "Apache-2.0", "repository": "github:dfinity/pic-js",