From 85a992fc2469262821e9f7032c466b015aed0fcc Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Fri, 4 Mar 2022 22:37:32 +0000 Subject: [PATCH] chore(release): version 1.15.2 ## [1.15.2](https://github.com/SocialGouv/mon-psy-sante/compare/v1.15.1...v1.15.2) (2022-03-04) ### Bug Fixes * **faq:** display right section for patient faq ([#88](https://github.com/SocialGouv/mon-psy-sante/issues/88)) ([5d1e4b2](https://github.com/SocialGouv/mon-psy-sante/commit/5d1e4b2a52c17d8a87e6df117f6d5887fe4c0534)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fcdfd9d..80db04ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.15.2](https://github.com/SocialGouv/mon-psy-sante/compare/v1.15.1...v1.15.2) (2022-03-04) + + +### Bug Fixes + +* **faq:** display right section for patient faq ([#88](https://github.com/SocialGouv/mon-psy-sante/issues/88)) ([5d1e4b2](https://github.com/SocialGouv/mon-psy-sante/commit/5d1e4b2a52c17d8a87e6df117f6d5887fe4c0534)) + ## [1.15.1](https://github.com/SocialGouv/mon-psy-sante/compare/v1.15.0...v1.15.1) (2022-03-01) diff --git a/package.json b/package.json index a1967feb..5699b24e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "monpsy", - "version": "1.15.1", + "version": "1.15.2", "commitlint": { "extends": [ "@commitlint/config-conventional"