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,