diff --git a/CHANGELOG.md b/CHANGELOG.md index 85d9a0d..7889d9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.4](https://github.com/sygmaprotocol/explorer-ui/compare/v1.0.3...v1.0.4) (2023-11-30) + + +### Miscellaneous + +* holesky and mumbai explorer urls ([#126](https://github.com/sygmaprotocol/explorer-ui/issues/126)) ([5f532fc](https://github.com/sygmaprotocol/explorer-ui/commit/5f532fcd61bb0ab7b23c07124b7daba36d854080)) + ## [1.0.3](https://github.com/sygmaprotocol/explorer-ui/compare/v1.0.2...v1.0.3) (2023-11-28) diff --git a/package.json b/package.json index 7703ddc..bb0ec54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@buildwithsygma/explorer-ui", - "version": "1.0.3", + "version": "1.0.4", "publishConfig": { "access": "restricted" },