diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29bb..e8cfdc622 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# [5.0.0-7](https://github.com/italia/design-react-kit/compare/v5.0.0-6...v5.0.0-7) (2023-12-12) + + +### Features + +* numeric input component ([d4a299c](https://github.com/italia/design-react-kit/commit/d4a299cb43ad138352deab45d552bd33a3be3b19)) + + + diff --git a/package.json b/package.json index 631fbbf81..85330f8ce 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "bugs": { "url": "https://github.com/italia/design-react-kit/issues" }, - "version": "5.0.0-6", + "version": "5.0.0-7", "license": "BSD-3", "module": "dist/esm/index.js", "main": "./src/index.tsx",