diff --git a/CHANGELOG.md b/CHANGELOG.md index 99a0fad..707a8fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.4.0](https://github.com/sygmaprotocol/explorer-ui/compare/v1.3.0...v1.4.0) (2024-07-05) + + +### Features + +* new type for transfer ([#177](https://github.com/sygmaprotocol/explorer-ui/issues/177)) ([ce9016a](https://github.com/sygmaprotocol/explorer-ui/commit/ce9016aa454a011e979de36bfe4e3f379ab035c1)) + + +### Bug Fixes + +* render issue on detail view for transfers with execution property as null ([#182](https://github.com/sygmaprotocol/explorer-ui/issues/182)) ([040c9c3](https://github.com/sygmaprotocol/explorer-ui/commit/040c9c37250e6719452475f8ca66744a3bf05574)) + + +### Miscellaneous + +* misc fixes ([#181](https://github.com/sygmaprotocol/explorer-ui/issues/181)) ([7cc589f](https://github.com/sygmaprotocol/explorer-ui/commit/7cc589fd05dd4add5aac554218b0accbb36c5a65)) + ## [1.3.0](https://github.com/sygmaprotocol/explorer-ui/compare/v1.2.2...v1.3.0) (2024-04-03) diff --git a/package.json b/package.json index f6e4426..92095a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@buildwithsygma/explorer-ui", - "version": "1.3.0", + "version": "1.4.0", "publishConfig": { "access": "restricted" },