From ff7b0e4c4f645e42725b9b0f6880efcd6b3e4ab6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 11:48:28 +0000 Subject: [PATCH] chore(main): release 0.2.2 --- CHANGELOG.md | 7 +++++++ package.json | 8 ++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ec1170..6b5f108 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.2](https://github.com/lukso-network/tools-eip191-signer/compare/v0.2.1...v0.2.2) (2023-01-31) + + +### Documentation + +* update links in docs ([80eac41](https://github.com/lukso-network/tools-eip191-signer/commit/80eac4160b0e26dd868b8edb302b7655c265953b)) + ## [0.2.1](https://github.com/lukso-network/tools-eip191-signer/compare/v0.2.0...v0.2.1) (2022-10-28) ### Features diff --git a/package.json b/package.json index 4aaee00..8004846 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lukso/eip191-signer.js", - "version": "0.2.1", + "version": "0.2.2", "description": "Helper Library to allows to sign any EIP191 data", "main": "build/main/src/index.js", "typings": "build/main/src/index.d.ts", @@ -23,7 +23,11 @@ "type": "git", "url": "git+https://github.com/lukso-network/tools-eip191-signer.git" }, - "keywords": ["web3", "lukso","eip191" ], + "keywords": [ + "web3", + "lukso", + "eip191" + ], "author": { "name": "Magali Morin", "url": "https://github.com/magalimorin18"