From dd3711672d446b6dd04ce147299feb3a5d2ab35e Mon Sep 17 00:00:00 2001 From: Hugo Masclet Date: Thu, 19 May 2022 22:00:52 +0200 Subject: [PATCH] chore(release): 0.12.0 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c907f40e..f25c4fd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.12.0](https://github.com/ERC725Alliance/erc725.js/compare/v0.11.1...v0.12.0) (2022-05-19) + +### ⚠ BREAKING CHANGES + +- change encodeData result structure + +### improvement + +- change encodeData result structure ([10da619](https://github.com/ERC725Alliance/erc725.js/commit/10da619bf3eee18f6a764e0c8af8c36d9caf8d59)) + ### [0.11.1](https://github.com/ERC725Alliance/erc725.js/compare/v0.11.0...v0.11.1) (2022-04-06) This version fix the npm pack error. diff --git a/package-lock.json b/package-lock.json index 2b3e5b56..b7f15541 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@erc725/erc725.js", - "version": "0.11.1", + "version": "0.12.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@erc725/erc725.js", - "version": "0.11.1", + "version": "0.12.0", "license": "Apache-2.0", "dependencies": { "ethereumjs-util": "^7.1.4", diff --git a/package.json b/package.json index abab11ec..cdc5d54e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@erc725/erc725.js", - "version": "0.11.1", + "version": "0.12.0", "description": "Library to interact with ERC725 smart contracts", "main": "build/main/src/index.js", "typings": "build/main/src/index.d.ts",