diff --git a/CHANGELOG.md b/CHANGELOG.md index 07191c42..043b3c85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [18.2.0](https://github.com/mll-lab/react-components/compare/v18.1.0...v18.2.0) (2024-09-13) + + +### Features + +* add 2x16 coordinate system for plates ([3cde81d](https://github.com/mll-lab/react-components/commit/3cde81dc2c99328faf1db2e43fef478191aa15b7)) + # [18.1.0](https://github.com/mll-lab/react-components/compare/v18.0.0...v18.1.0) (2024-09-10) diff --git a/package.json b/package.json index 0baa769b..b0abb55d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@mll-lab/react-components", "description": "Shared React components of MLL", - "version": "18.1.0", + "version": "18.2.0", "main": "cjs/index.js", "module": "esm/index.js", "types": "types/index.d.ts",