From 7f4a8597845624113dc67348173cd602e2720aaa Mon Sep 17 00:00:00 2001 From: mace Date: Thu, 9 Nov 2023 17:38:23 +0100 Subject: [PATCH] chore(main): release 1.0.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0812a6b..174543f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.2](https://github.com/sygmaprotocol/explorer-ui/compare/v1.0.1...v1.0.2) (2023-11-09) + + +### Miscellaneous + +* fix explorer urls ([#117](https://github.com/sygmaprotocol/explorer-ui/issues/117)) ([ef733cb](https://github.com/sygmaprotocol/explorer-ui/commit/ef733cbc2020ee9a92f5658a2a448715a4684e2f)) + ## [1.0.1](https://github.com/sygmaprotocol/explorer-ui/compare/v1.0.0...v1.0.1) (2023-11-07) diff --git a/package.json b/package.json index 5925f38..8c50674 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@buildwithsygma/explorer-ui", - "version": "1.0.1", + "version": "1.0.2", "publishConfig": { "access": "restricted" },