Skip to content

Commit b5790bd

Browse files
committed
release v1.2.0
1 parent 1fd51ed commit b5790bd

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

3+
## 1.2.0 Oct 05, 2020
4+
5+
Changes:
6+
7+
- updated dependency: @polkadot/api v2.1
8+
- smarter program output (one line)
9+
- better error handling
10+
- restructured source code
11+
312
## 1.1.0 Oct 02, 2020
413

514
Changes:

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,9 @@ Available example databases:
176176

177177
| Database | Last Block | Date | Download |
178178
|:------------|:-----------|:-------------|:-------------|
179-
| Polkadot.db | 1840392 | Oct 02, 2020 | [Polkadot.db](https://e.pcloud.link/publink/show?code=kZx3eZENGTspnf6YLueJK6F2w8ULTpnFIk) |
180-
| Kusama.db | 4292721 | Oct 02, 2020 | [Kusama.db](https://e.pcloud.link/publink/show?code=kZx3eZENGTspnf6YLueJK6F2w8ULTpnFIk) |
181-
| Westend.db | 2456695 | Oct 02, 2020 | [Westend.db](https://e.pcloud.link/publink/show?code=kZx3eZENGTspnf6YLueJK6F2w8ULTpnFIk) |
179+
| Polkadot.db | 1895886 | Oct 05, 2020 | [Polkadot.db](https://e.pcloud.link/publink/show?code=kZx3eZENGTspnf6YLueJK6F2w8ULTpnFIk) |
180+
| Kusama.db | 4348833 | Oct 05, 2020 | [Kusama.db](https://e.pcloud.link/publink/show?code=kZx3eZENGTspnf6YLueJK6F2w8ULTpnFIk) |
181+
| Westend.db | 2512549 | Oct 05, 2020 | [Westend.db](https://e.pcloud.link/publink/show?code=kZx3eZENGTspnf6YLueJK6F2w8ULTpnFIk) |
182182

183183
## 4 Running
184184

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "polka-store",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Store balance-relevant transactions from a Polkadot chain in a database",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)