Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
0xslipk committed Jan 26, 2021
1 parent 983cbda commit 8fa50a6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
- [#13](https://github.com/protofire/polkadot-mempool-explorer/pull/13) Release v1.0.0.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "1.0.0",
"version": "1.0.1",
"engines": {
"node": ">= 14.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "1.0.0",
"version": "1.0.1",
"engines": {
"node": ">= 14.0.0"
},
Expand Down

0 comments on commit 8fa50a6

Please sign in to comment.