From dc0f7e9907abf3d340b74d370b030792c14d6ee6 Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Mon, 27 Jan 2025 21:23:31 +0000 Subject: [PATCH] chore(release): 2.194.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ca9c9d8d8..505d65f330 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [2.194.0](https://github.com/SocialGouv/domifa/compare/v2.193.4...v2.194.0) (2025-01-27) + + +### Bug Fixes + +* **backend:** add validators to search ([e0b0dd9](https://github.com/SocialGouv/domifa/commit/e0b0dd9f18e5164b3509d271975a34a31ec4644c)) +* **backend:** fix referrerId and unit tests ([85152d6](https://github.com/SocialGouv/domifa/commit/85152d6602bfb905751f8a497f86cdb6a11798af)) +* **front:** fix unit tests ([339d541](https://github.com/SocialGouv/domifa/commit/339d541b1e7dc33b6878c2a50feff5bd8c2cbb25)) +* **frontend:** add referrer ([68c54ae](https://github.com/SocialGouv/domifa/commit/68c54ae776296ba7bb7a6f3f17fb2d72364eb9b9)) + + +### Features + +* **frontend:** add referrer ([83ff892](https://github.com/SocialGouv/domifa/commit/83ff892846e7351fd5f33aa88599f646603d4cb9)) + ## [2.193.4](https://github.com/SocialGouv/domifa/compare/v2.193.3...v2.193.4) (2025-01-21) diff --git a/package.json b/package.json index 5561ddb7cf..d3b623b12c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "domifa", "private": true, - "version": "2.193.4", + "version": "2.194.0", "scripts": { "build": "lerna run build ", "dev": "lerna run dev ",