diff --git a/CHANGELOG.md b/CHANGELOG.md index 110194e..a90c9c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.1 +Published by **[jarcodallo](https://github.com/jarcodallo)** on **2021/01/26** +- [#13](https://github.com/protofire/polkadot-mempool-explorer/pull/14) Fix extrinsic URL and added empty data component. + ## 1.0.0 Published by **[jarcodallo](https://github.com/jarcodallo)** on **2021/01/19** -- [#13](https://github.com/protofire/polkadot-mempool-explorer/pull/13) Release v1.0.0 \ No newline at end of file +- [#13](https://github.com/protofire/polkadot-mempool-explorer/pull/13) Release v1.0.0. \ No newline at end of file diff --git a/api/package.json b/api/package.json index a6d607c..a5fad89 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api", - "version": "1.0.0", + "version": "1.0.1", "engines": { "node": ">= 14.0.0" }, diff --git a/package.json b/package.json index b821733..0ec8c72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polkadot-mempool-explorer", - "version": "1.0.0", + "version": "1.0.1", "scripts": { "start:dev": "docker-compose up -d", "down": "docker-compose down -v --rmi=local --remove-orphans", diff --git a/web/package.json b/web/package.json index 584fc56..bc9dd7d 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "web", - "version": "1.0.0", + "version": "1.0.1", "engines": { "node": ">= 14.0.0" },