From 75e3ea42ceb46433a33afe630153407563914d6a Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 23 Jun 2022 15:15:49 +0200 Subject: [PATCH] Release 2022 06 23 (#121) # Motivation We would like to publish a new version of the package. # Changes * Bump package version. * Update changelog --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0b955d7..10eaaf98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# 0.5.0 (2022-06-23) + +## Breaking + +- Change "fromSubAccountId: string" param to "fromSubAccount: number[]" + +## Features + +- Remove payload, payloadBytes and nnsFunctionName fields from proposal of type ExecuteNnsFunction action (moved to nns-dapp) +- Use Candid interface by default for ledger canister and proto for hardware wallet +- New function transactionFee to query the current transaction fee + # 0.4.3 (2022-06-01) ### Features diff --git a/package-lock.json b/package-lock.json index 7a2afba9..54d04515 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dfinity/nns", - "version": "0.4.3", + "version": "0.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dfinity/nns", - "version": "0.4.3", + "version": "0.5.0", "license": "Apache-2.0", "dependencies": { "@dfinity/agent": "^0.11.3", diff --git a/package.json b/package.json index d5c4ffe6..f84a36d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/nns", - "version": "0.4.3", + "version": "0.5.0", "description": "A library for interfacing with the Internet Computer's Network Nervous System.", "license": "Apache-2.0", "main": "dist/cjs/index.cjs.js",