Skip to content

Commit 56f23a3

Browse files
authored
Merge pull request #54 from lukso-network/release-please--branches--main--components--eip191-signer.js
chore(main): release 0.2.5
2 parents 79ae9b6 + 4f38232 commit 56f23a3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.5](https://github.com/lukso-network/tools-eip191-signer/compare/v0.2.4...v0.2.5) (2025-02-28)
4+
5+
6+
### Bug Fixes
7+
8+
* Add .yarnrc.yml mods ([79ae9b6](https://github.com/lukso-network/tools-eip191-signer/commit/79ae9b6730eea8be11e0d54afc77ee2173cbc185))
9+
310
## [0.2.4](https://github.com/lukso-network/tools-eip191-signer/compare/v0.2.3...v0.2.4) (2025-02-28)
411

512

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lukso/eip191-signer.js",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "Helper Library to allows to sign any EIP191 data",
55
"main": "build/main/src/index.js",
66
"typings": "build/main/src/index.d.ts",

0 commit comments

Comments
 (0)