Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
0xslipk committed Feb 11, 2021
1 parent 3744b5c commit c92ca1b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.1.0
Published by **[jarcodallo](https://github.com/jarcodallo)** on **2021/02/11**
- [#17](https://github.com/protofire/polkadot-mempool-explorer/pull/17) Update polkadot dependencies an fix node connection issue.

## 1.0.3
Published by **[jarcodallo](https://github.com/jarcodallo)** on **2021/01/28**
- [#16](https://github.com/protofire/polkadot-mempool-explorer/pull/16) UI Fixes, API Definition and CODE_OF_CONDUCT
Expand Down
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.3",
"version": "1.1.0",
"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.3",
"version": "1.1.0",
"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.3",
"version": "1.1.0",
"engines": {
"node": ">= 14.0.0"
},
Expand Down

0 comments on commit c92ca1b

Please sign in to comment.