From 287ba0c6cad13d266507b8b7f09f4c4eea60be00 Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Tue, 24 Sep 2024 15:03:51 +0000 Subject: [PATCH] chore(release): 2.173.32 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9dd36e703..1341b86a5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.173.32](https://github.com/SocialGouv/domifa/compare/v2.173.31...v2.173.32) (2024-09-24) + + +### Bug Fixes + +* **backend:** add list export bordeaux ([c6ef35e](https://github.com/SocialGouv/domifa/commit/c6ef35e9ae531bf88fd268a3862ae4118a4f3323)) +* **backend:** clean npai ([beb79c1](https://github.com/SocialGouv/domifa/commit/beb79c16e7e42b74f9a99357693e890509d44496)) +* **ci:** fix clean db of feature branch ([32d1225](https://github.com/SocialGouv/domifa/commit/32d1225aa02d10b63527e29f262af27a42413499)) + ## [2.173.31](https://github.com/SocialGouv/domifa/compare/v2.173.30...v2.173.31) (2024-09-23) diff --git a/package.json b/package.json index 630655f75c..a448a2fda3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "domifa", "private": true, - "version": "2.173.31", + "version": "2.173.32", "scripts": { "build": "lerna run build ", "dev": "lerna run dev ",