From 03d1a97c7df61f172edc2f49d0e84a772d178c1c Mon Sep 17 00:00:00 2001 From: mace Date: Mon, 12 Feb 2024 15:43:27 +0100 Subject: [PATCH] chore(main): release 1.2.2 (#150) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2477d8c..b4ca153 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.2](https://github.com/sygmaprotocol/explorer-ui/compare/v1.2.1...v1.2.2) (2024-02-12) + + +### Miscellaneous + +* icon renaming ([#149](https://github.com/sygmaprotocol/explorer-ui/issues/149)) ([20aac69](https://github.com/sygmaprotocol/explorer-ui/commit/20aac69b629335f8aad96835b230452f5b8d6a60)) + ## [1.2.1](https://github.com/sygmaprotocol/explorer-ui/compare/v1.2.0...v1.2.1) (2024-01-25) diff --git a/package.json b/package.json index 5749c6f..6c1b018 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@buildwithsygma/explorer-ui", - "version": "1.2.1", + "version": "1.2.2", "publishConfig": { "access": "restricted" },