diff --git a/CHANGELOG.md b/CHANGELOG.md index 849cdc7b4..c4590e5f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ ## [Unreleased] -- feat(agent): introduce the `getCanisterEnv` and `safeGetCanisterEnv` functions to load the canister environment from the `ic_env` cookie. (experimental) +## [4.2.0] - 2025-10-22 + +- feat(agent): (_experimental_) introduce the `getCanisterEnv` and `safeGetCanisterEnv` functions to load the canister environment from the `ic_env` cookie. See the [Canister Environment guide](https://js.icp.build/core/v4.2/canister-environment/) for more details. ## [4.1.1] - 2025-10-21 diff --git a/package.json b/package.json index 19d434cc8..df2de79e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "icp-js-core", - "version": "4.1.1", + "version": "4.2.0", "private": true, "description": "Use an Agent to interact with the Internet Computer from your JavaScript program.", "type": "module", diff --git a/packages/agent/package.json b/packages/agent/package.json index ffd977736..be0f35de1 100644 --- a/packages/agent/package.json +++ b/packages/agent/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/agent", - "version": "3.3.1", + "version": "3.4.0", "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to interact with the Internet Computer", diff --git a/packages/assets/package.json b/packages/assets/package.json index a0d94285e..b4e79ae5b 100644 --- a/packages/assets/package.json +++ b/packages/assets/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/assets", - "version": "3.3.1", + "version": "3.4.0", "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to manage assets on the Internet Computer", diff --git a/packages/auth-client/package.json b/packages/auth-client/package.json index afb5e3ec7..84eba97e6 100755 --- a/packages/auth-client/package.json +++ b/packages/auth-client/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/auth-client", - "version": "3.3.1", + "version": "3.4.0", "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to provide a simple integration with an IC Internet Identity", diff --git a/packages/candid/package.json b/packages/candid/package.json index 26bde3003..450a78b72 100644 --- a/packages/candid/package.json +++ b/packages/candid/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/candid", - "version": "3.3.1", + "version": "3.4.0", "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to work with candid interfaces", diff --git a/packages/core/package.json b/packages/core/package.json index 3fa52edae..bce9f70d2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@icp-sdk/core", - "version": "4.1.1", + "version": "4.2.0", "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to interact with the Internet Computer", diff --git a/packages/identity-secp256k1/package.json b/packages/identity-secp256k1/package.json index 42ef61a15..5b135fc2d 100644 --- a/packages/identity-secp256k1/package.json +++ b/packages/identity-secp256k1/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/identity-secp256k1", - "version": "3.3.1", + "version": "3.4.0", "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to manage Secp256k1KeyIdentities for use with the Internet Computer", diff --git a/packages/identity/package.json b/packages/identity/package.json index 0a7e8f656..aaf2fab9b 100644 --- a/packages/identity/package.json +++ b/packages/identity/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/identity", - "version": "3.3.1", + "version": "3.4.0", "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to manage identity with the Internet Computer", diff --git a/packages/principal/package.json b/packages/principal/package.json index c7145d763..a7e4a3ac6 100644 --- a/packages/principal/package.json +++ b/packages/principal/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/principal", - "version": "3.3.1", + "version": "3.4.0", "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to work with Internet Computer principals",