diff --git a/CHANGELOG.md b/CHANGELOG.md index dde148abdd..fbad9edd21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.186.0](https://github.com/SocialGouv/domifa/compare/v2.185.3...v2.186.0) (2024-11-28) + + +### Features + +* **frontend:** add sort in head of tables ([f08928f](https://github.com/SocialGouv/domifa/commit/f08928fe8d9f3fd762de7b8e5e73bd9cc95be85f)) + ## [2.185.3](https://github.com/SocialGouv/domifa/compare/v2.185.2...v2.185.3) (2024-11-27) diff --git a/package.json b/package.json index 36d86d8dfb..bcd11b6b67 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "domifa", "private": true, - "version": "2.185.3", + "version": "2.186.0", "scripts": { "build": "lerna run build ", "dev": "lerna run dev ",