We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e09cf6 + 8f0e3f1 commit 5c555b5Copy full SHA for 5c555b5
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## [0.2.3](https://github.com/lukso-network/tools-eip191-signer/compare/v0.2.2...v0.2.3) (2025-02-13)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "@lukso/eip191-signer.js",
- "version": "0.2.3",
+ "version": "0.2.4",
"description": "Helper Library to allows to sign any EIP191 data",
"main": "build/main/src/index.js",
"typings": "build/main/src/index.d.ts",
0 commit comments