diff --git a/CHANGELOG.md b/CHANGELOG.md index c99a227..bea7eaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [19.3.0](https://github.com/mll-lab/react-components/compare/v19.2.0...v19.3.0) (2025-01-09) + + +### Features + +* mark last master mix column as total volume ([#289](https://github.com/mll-lab/react-components/issues/289)) ([041faff](https://github.com/mll-lab/react-components/commit/041faff92af3bcc86e052df959081158ac8d1950)) + # [19.2.0](https://github.com/mll-lab/react-components/compare/v19.1.0...v19.2.0) (2024-12-31) diff --git a/package.json b/package.json index 17eaf8f..619e4d0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@mll-lab/react-components", "description": "Shared React components of MLL", - "version": "19.2.0", + "version": "19.3.0", "main": "cjs/index.js", "module": "esm/index.js", "types": "types/index.d.ts",