Skip to content

Commit a542784

Browse files
authored
bump version to 0.9.0-alpha and update changelog (#302)
Co-authored-by: Brynjulf <[email protected]>
1 parent 8613497 commit a542784

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## New changes not yet released
44

5+
## v0.9.0-alpha
6+
- added method in the IntersectionReferenceSystem to get an extended trajectory
7+
- added option to pass in increment, which help specify distance between points on various layers like cement, casing, and holesize layers
8+
- fixed a bug with z-index on html layers
9+
- improved perfomance on cement layer
10+
- add posibility to pass in either a curve length (measured depth, md) or a set of coordinates to the callout layer
11+
- resolve vulnerability
12+
- misc bugfixes and improvements
13+
514
## v0.8.1-alpha
615
- misc bugfixes
716

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@equinor/esv-intersection",
3-
"version": "0.8.1-alpha",
3+
"version": "0.9.0-alpha",
44
"description": "Intersection component package with testing and automatic documentation.",
55
"main": "dist/index.js",
66
"module": "dist/index.esm.js",

0 commit comments

Comments
 (0)