Skip to content

Commit 5c555b5

Browse files
authored
Merge pull request #53 from lukso-network/release-please--branches--main--components--eip191-signer.js
chore(main): release 0.2.4
2 parents 6e09cf6 + 8f0e3f1 commit 5c555b5

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.4](https://github.com/lukso-network/tools-eip191-signer/compare/v0.2.3...v0.2.4) (2025-02-28)
4+
5+
6+
### Bug Fixes
7+
8+
* Repair public config. ([6e09cf6](https://github.com/lukso-network/tools-eip191-signer/commit/6e09cf61fe66c2d4c20b37160d1a5ab865a802c3))
9+
310
## [0.2.3](https://github.com/lukso-network/tools-eip191-signer/compare/v0.2.2...v0.2.3) (2025-02-13)
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.3",
3+
"version": "0.2.4",
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)