From 278c812afbad161a3e69226bc458e852b34c7c73 Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Wed, 10 Jan 2024 21:19:34 +0000 Subject: [PATCH] chore(release): 2.156.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90d9695b8c..ed34bfe8be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.156.0](https://github.com/SocialGouv/domifa/compare/v2.155.2...v2.156.0) (2024-01-10) + + +### Bug Fixes + +* **api:** fix dto ([4ff820f](https://github.com/SocialGouv/domifa/commit/4ff820f49f293550c6cdb9f5cb7f05167a59c4b3)) + + +### Features + +* **structure:** add type of 'asso' ([e69eb4b](https://github.com/SocialGouv/domifa/commit/e69eb4b9a5304da1f22a84601e720f095e94a326)) + ## [2.155.2](https://github.com/SocialGouv/domifa/compare/v2.155.1...v2.155.2) (2024-01-10) diff --git a/package.json b/package.json index ae978fd242..95a2933bcc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "domifa", "private": true, - "version": "2.155.2", + "version": "2.156.0", "scripts": { "build": "lerna run build --stream", "dev": "lerna run dev --parallel --stream",