From aea88b3b5a120c9ba04c9c91c58b2437c775f603 Mon Sep 17 00:00:00 2001 From: Maxime Dufour Date: Thu, 20 Oct 2022 08:46:37 +0000 Subject: [PATCH] Release v0.3.4 --- CHANGELOG.md | 3 +++ package-lock.json | 5 +++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 716ad65..de094da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Change Log +## [v0.3.4] +### Bugfixes + - Check type of interval for automatic reload ## [v0.3.3] ### Bugfixes - Fix path resolution on Windows (#26) diff --git a/package-lock.json b/package-lock.json index 24dc872..5567a54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,13 +1,14 @@ { "name": "osc-viewer", - "version": "0.3.3", + "version": "0.3.4", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.3.3", + "version": "0.3.4", "dependencies": { "cross-fetch": "^3.1.5", + "outscale-api": "^0.4.0", "rxjs": "^7.5.7" }, "devDependencies": { diff --git a/package.json b/package.json index 744a066..2a22549 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "osc-viewer", "displayName": "osc-viewer", "description": "Viewer of the resource in the 3DS Outscale Cloud", - "version": "0.3.3", + "version": "0.3.4", "icon": "resources/outscale.png", "publisher": "outscale", "preview": true,