From b87d3baee3926f2f6de791a5e01582b64106adf7 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Mon, 3 Jul 2023 06:48:35 +0200 Subject: [PATCH] chore: prepare release v0.0.18 --- CHANGELOG.md | 9 ++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2f813c6..3155a515 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.18.0 (wip) +# 0.18.0 (2023-07-03) ## Release @@ -19,6 +19,13 @@ ## Features - add a new utils function `decodePayment` to the `@dfinity/ledger` library. Useful to decode payment through QR code that contains target address and amount +- add provisional create canister with cycles method +- `CreateServiceNervousSystem` <-> `RawCreateServiceNervousSystem` transformations for Nns proposal +- decode payment code (early support and not yet specified. see ICRC-22) + +## Build + +- bump `semver` # 0.17.2 (2023-06-21) diff --git a/package-lock.json b/package-lock.json index b645ffd3..ec00647c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dfinity/ic-js", - "version": "0.17.2", + "version": "0.18.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dfinity/ic-js", - "version": "0.17.2", + "version": "0.18.0", "license": "Apache-2.0", "workspaces": [ "packages/utils", diff --git a/package.json b/package.json index bfdf66a0..c4c9f7ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/ic-js", - "version": "0.17.2", + "version": "0.18.0", "description": "A collection of library for interfacing with the Internet Computer.", "license": "Apache-2.0", "workspaces": [