From d7c955ffd00530541f41ec741c4faa0344121386 Mon Sep 17 00:00:00 2001 From: roienatan <34843014+roienatan@users.noreply.github.com> Date: Mon, 2 Nov 2020 12:07:26 +0200 Subject: [PATCH] bump version ; update changelog (#2234) * bump version ; update chagelog * update changelog --- CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef201aeae..25d59bf31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.1 + - Bugs Fixed + - Alchemy should not crash immediately when there is a subgraph error. It will retry for approximately 2.5 minutes. + ## 1.0.0 - Features Added - Show active proposal status on the Proposal History page diff --git a/package-lock.json b/package-lock.json index 6ca1d76fb..c747b6494 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "alchemy-client", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a1a2ff264..83a96937c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alchemy-client", - "version": "1.0.0", + "version": "1.0.1", "description": "An app for collaborative networks (DAOs), based on the DAO stack.", "author": "DAOstack", "license": "GPL-3.0",