diff --git a/CHANGELOG.md b/CHANGELOG.md index df7c408a..22792a58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.9.2](https://github.com/dataesr/react-dsfr/compare/v2.9.1...v2.9.2) (2022-07-28) + + +### Bug Fixes + +* pass className and onClick to component ToolTranslateItem ([#261](https://github.com/dataesr/react-dsfr/issues/261)) ([63577c9](https://github.com/dataesr/react-dsfr/commit/63577c933e57742e6fba276c8c40794b325fdd8b)) + ## [2.9.1](https://github.com/dataesr/react-dsfr/compare/v2.9.0...v2.9.1) (2022-07-28) diff --git a/package.json b/package.json index 97ada805..e4bbf51d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dataesr/react-dsfr", - "version": "2.9.1", + "version": "2.9.2", "private": false, "description": "A React implementation of the french government design system.", "license": "MIT",