diff --git a/typescript/packages/wsc-common/CHANGELOG.md b/typescript/packages/wsc-common/CHANGELOG.md index ef81f137f..ab5cbe382 100644 --- a/typescript/packages/wsc-common/CHANGELOG.md +++ b/typescript/packages/wsc-common/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.14](https://github.com/equinor/webviz-subsurface-components/compare/wsc-common@1.0.13...wsc-common@1.0.14) (2025-01-20) + + +### Bug Fixes + +* [Snyk] Security upgrade terser-webpack-plugin from 5.3.10 to 5.3.11 ([#2395](https://github.com/equinor/webviz-subsurface-components/issues/2395)) ([2a9a06f](https://github.com/equinor/webviz-subsurface-components/commit/2a9a06f4526736622025811e9248995f2783a039)) + ## [1.0.13](https://github.com/equinor/webviz-subsurface-components/compare/wsc-common@1.0.12...wsc-common@1.0.13) (2025-01-17) diff --git a/typescript/packages/wsc-common/package.json b/typescript/packages/wsc-common/package.json index c1fb54604..7c287eaa4 100644 --- a/typescript/packages/wsc-common/package.json +++ b/typescript/packages/wsc-common/package.json @@ -1,6 +1,6 @@ { "name": "@webviz/wsc-common", - "version": "1.0.13", + "version": "1.0.14", "description": "Shared functionality for WebViz Subsurface Components", "main": "dist/index.js", "types": "dist/index.d.ts",