Skip to content

Commit

Permalink
Merge pull request #418 from ERC725Alliance/release-please--branches-…
Browse files Browse the repository at this point in the history
…-main--components--erc725.js

chore(main): release 0.25.0
  • Loading branch information
CJ42 authored Apr 18, 2024
2 parents df2795a + bb2599e commit 7dd36ac
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 7dd36ac

Please sign in to comment.