diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e74250b..e8d4bce1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,13 @@ To better understand the changelog, here are some legends we use: - 🛠 Refactor - 💄 Style +## 1.10.17 + +`2024-09-18` + +- 🆕 Add 'clear' button to Select [#459](https://github.com/cap-collectif/ui/pull/459) +- 🆕 Improve modal accessibility [#458](https://github.com/cap-collectif/ui/pull/458) + ## 1.10.16 `2024-09-13` diff --git a/package.json b/package.json index aa173b39..c73d0f96 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.10.16", + "version": "1.10.17", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts",