Skip to content

Commit 32df287

Browse files
committed
Release 1.0.2
1 parent fb61171 commit 32df287

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## 1.0.2 Sep 21, 2020
4+
5+
Changes:
6+
7+
- Update dependencies
8+
- Extended check mode
9+
- Several minor bug fixes
10+
311
## 1.0.1 Sep 14, 2020
412

513
Changes:

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ Available example databases:
185185

186186
| Database | Last Block | Date | Download |
187187
|:------------|:-----------|:-------------|:-------------|
188-
| Polkadot.db | 1619674 | Sep 16, 2020 | [Polkadot.db](https://e.pcloud.link/publink/show?code=kZx3eZENGTspnf6YLueJK6F2w8ULTpnFIk) |
189-
| Kusama.db | 4072231 | Sep 16, 2020 | [Kusama.db](https://e.pcloud.link/publink/show?code=kZx3eZENGTspnf6YLueJK6F2w8ULTpnFIk) |
188+
| Polkadot.db | 1687349 | Sep 21, 2020 | [Polkadot.db](https://e.pcloud.link/publink/show?code=kZx3eZENGTspnf6YLueJK6F2w8ULTpnFIk) |
189+
| Kusama.db | 4140035 | Sep 21, 2020 | [Kusama.db](https://e.pcloud.link/publink/show?code=kZx3eZENGTspnf6YLueJK6F2w8ULTpnFIk) |
190190
| Westend.db | 2247538 | Sep 16, 2020 | [Westend.db](https://e.pcloud.link/publink/show?code=kZx3eZENGTspnf6YLueJK6F2w8ULTpnFIk) |
191191

192192
## 4 Running

package.json

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

0 commit comments

Comments
 (0)