diff --git a/CHANGELOG.md b/CHANGELOG.md index baf4bf86..68515309 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v2.1.0 + +- Allow setting `CasingShoeSize` for the `CasingLayer` + ## v2.0.1 - Change deprecated `transparent` property to `backgroundAlpha` in Pixi `RendererOptions` diff --git a/package-lock.json b/package-lock.json index eb27730a..e82aea52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@equinor/esv-intersection", - "version": "2.0.1", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@equinor/esv-intersection", - "version": "2.0.1", + "version": "2.1.0", "license": "MIT", "dependencies": { "@equinor/videx-math": "^1.0.12", diff --git a/package.json b/package.json index 7f50e451..1a79cc8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/esv-intersection", - "version": "2.0.1", + "version": "2.1.0", "description": "Intersection component package with testing and automatic documentation.", "main": "dist/index.js", "module": "dist/index.esm.js",