From bb2599e7df411cceefc26b98312a7ae981d11ae4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 09:12:16 +0000 Subject: [PATCH] chore(main): release 0.25.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 14 +++++++++++--- 3 files changed, 20 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f362b93..dce7796a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.25.0](https://github.com/ERC725Alliance/erc725.js/compare/v0.24.2...v0.25.0) (2024-04-18) + + +### Features + +* export methods for encoding/decoding dataSourceWithHash and valueContent ([b1e0ed9](https://github.com/ERC725Alliance/erc725.js/commit/b1e0ed98718acce90f1db6917728394ab8aeb4fa)) + ## [0.24.2](https://github.com/ERC725Alliance/erc725.js/compare/v0.24.1...v0.24.2) (2024-04-11) diff --git a/package-lock.json b/package-lock.json index 43b58a3d..cc9f69d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@erc725/erc725.js", - "version": "0.24.2", + "version": "0.25.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@erc725/erc725.js", - "version": "0.24.2", + "version": "0.25.0", "license": "Apache-2.0", "dependencies": { "add": "^2.0.6", diff --git a/package.json b/package.json index 11f19abe..e14dbe1b 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,15 @@ { "name": "@erc725/erc725.js", - "version": "0.24.2", + "version": "0.25.0", "description": "Library to interact with ERC725 smart contracts", "main": "build/main/src/index.js", "typings": "build/main/src/index.d.ts", "module": "build/module/src/index.js", - "files": ["build", "schemas", "docs"], + "files": [ + "build", + "schemas", + "docs" + ], "scripts": { "build": "run-p build:*", "build:main": "tsc -p tsconfig.json", @@ -21,7 +25,11 @@ "type": "git", "url": "git+https://github.com/ERC725Alliance/erc725.js" }, - "keywords": ["ethereum", "erc725", "lsp"], + "keywords": [ + "ethereum", + "erc725", + "lsp" + ], "contributors": [ { "name": "Robert McLeod",