diff --git a/CHANGELOG.md b/CHANGELOG.md index c6e52688e..97327bdfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [5.0.0-12](https://github.com/italia/design-react-kit/compare/v5.0.0-11...v5.0.0-12) (2024-03-05) + + +### Bug Fixes + +* declaration file ([a93b3fd](https://github.com/italia/design-react-kit/commit/a93b3fd8ac665ff1614e4362f155bf44668adb11)) + + + # [5.0.0-11](https://github.com/italia/design-react-kit/compare/v5.0.0-10...v5.0.0-11) (2024-02-26) diff --git a/package.json b/package.json index d06b8ef61..fa966974f 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-11", + "version": "5.0.0-12", "license": "BSD-3", "module": "dist/esm/index.js", "main": "src/index.tsx",