Skip to content

Commit

Permalink
chore(release): 0.12.2 [skip ci]
Browse files Browse the repository at this point in the history
## [0.12.2](https://github.com/equinor/webviz-subsurface-components/compare/[email protected]@0.12.2) (2024-01-09)

### Performance Improvements

* Reintroduce web worker with transferable objects. ([#1841](#1841)) ([45eeb26](45eeb26))
  • Loading branch information
semantic-release-bot committed Jan 9, 2024
1 parent 45eeb26 commit fbf992d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions typescript/packages/subsurface-viewer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.12.2](https://github.com/equinor/webviz-subsurface-components/compare/[email protected]@0.12.2) (2024-01-09)


### Performance Improvements

* Reintroduce web worker with transferable objects. ([#1841](https://github.com/equinor/webviz-subsurface-components/issues/1841)) ([45eeb26](https://github.com/equinor/webviz-subsurface-components/commit/45eeb269de43c5295f44bce4e471f811a3ac46e6))

## [0.12.1](https://github.com/equinor/webviz-subsurface-components/compare/[email protected]@0.12.1) (2023-12-19)


Expand Down
2 changes: 1 addition & 1 deletion typescript/packages/subsurface-viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webviz/subsurface-viewer",
"version": "0.12.1",
"version": "0.12.2",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit fbf992d

Please sign in to comment.