From c1e6aa3d0e7cd2563e887c6fd064126741fd62b8 Mon Sep 17 00:00:00 2001 From: Tobias Winkler Date: Fri, 8 May 2020 09:12:05 +0200 Subject: [PATCH] release preparations - [CORE-1277] --- VERSIONS.md | 8 ++++++-- package.json | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/VERSIONS.md b/VERSIONS.md index 734e911..962b0de 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -3,13 +3,17 @@ ## Next Version ### Features +### Fixes + +### Deprecations + + +## Version 3.0.2 ### Fixes - recreate `ipfs-cache` indexeddb on `aborted` event - add `EVAN_CHAIN` to config `process.env` - fix devMode check in iframe -### Deprecations - ## Version 3.0.1 ### Fixes diff --git a/package.json b/package.json index a7844c7..e082049 100644 --- a/package.json +++ b/package.json @@ -61,5 +61,5 @@ "watch": "npx webpack --mode=development --watch" }, "types": "dist/src/index.d.ts", - "version": "3.0.1" + "version": "3.0.2" } \ No newline at end of file