diff --git a/CHANGELOG.md b/CHANGELOG.md index 55695d26..49c32a74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## New changes not yet released +## v1.5.1 + +- Update node to v.16 +- Update dependencies +- Fix: Stop clearing data before unmounting layers (#449) + ## v1.5.0 - Bump hosted-git-info from 2.8.8 to 2.8.9 diff --git a/package-lock.json b/package-lock.json index 223c4d99..dffe9624 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@equinor/esv-intersection", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@equinor/esv-intersection", - "version": "1.5.0", + "version": "1.5.1", "license": "MIT", "dependencies": { "@equinor/videx-math": "^1.0.12", diff --git a/package.json b/package.json index dc749df7..c874752f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/esv-intersection", - "version": "1.5.0", + "version": "1.5.1", "description": "Intersection component package with testing and automatic documentation.", "main": "dist/index.js", "module": "dist/index.esm.js",