From 3a1560c8a0af41b582f5adb033b6b3db49ffbda1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 13:54:37 +0000 Subject: [PATCH] chore(main): release 0.27.2 --- 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 5239074b..4e6212f3 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.27.2](https://github.com/ERC725Alliance/erc725.js/compare/v0.27.1...v0.27.2) (2024-10-23) + + +### Bug Fixes + +* allow `number` in types for `dynamicKeyParts` ([225a0b4](https://github.com/ERC725Alliance/erc725.js/commit/225a0b47035d301098dc24d510d599216257593c)) +* Compile temporary patch ([f5402b8](https://github.com/ERC725Alliance/erc725.js/commit/f5402b854f0b23de2867a172f1e21e56bba44070)) +* Make explicitely sure that method === 0x0000000 is also ignored in isDataAuthentic ([a39b965](https://github.com/ERC725Alliance/erc725.js/commit/a39b965bea3bfb402cad0be7cdab2accc2ce521c)) +* Repair patchIPFSUtlsIfApplication to only replace if the URL starts with ipfs:// ([27da039](https://github.com/ERC725Alliance/erc725.js/commit/27da039ca7055875e7bea5b129987f1da5b90376)) + ## [0.27.1](https://github.com/ERC725Alliance/erc725.js/compare/v0.27.0...v0.27.1) (2024-07-12) diff --git a/package-lock.json b/package-lock.json index f76fb122..914f0f0f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@erc725/erc725.js", - "version": "0.27.1", + "version": "0.27.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@erc725/erc725.js", - "version": "0.27.1", + "version": "0.27.2", "license": "Apache-2.0", "dependencies": { "cross-fetch": "^4.0.0", diff --git a/package.json b/package.json index eb63fc05..3c6d4bb4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@erc725/erc725.js", - "version": "0.27.1", + "version": "0.27.2", "description": "Library to interact with ERC725 smart contracts", "main": "build/main/src/index.js", "typings": "build/main/src/index.d.ts",