diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b945ce8e..3a26fda66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.4.1](https://github.com/singularity-ui/core/compare/v2.4.0...v2.4.1) (2022-02-01) + + +### Bug Fixes + +* **fields:** set id via inputId in Select ([f64bb3e](https://github.com/singularity-ui/core/commit/f64bb3e84a5866e4dd93cda38c9306fea283c429)) + # [2.4.0](https://github.com/singularity-ui/core/compare/v2.3.0...v2.4.0) (2022-02-01) diff --git a/package.json b/package.json index a7b17d19c..4cb8a8507 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@singularity/root", "description": "Yet another React UI.", - "version": "2.4.0", + "version": "2.4.1", "license": "MIT", "private": true, "main": "./index.ts",