From b3969e89fc18d540144fb75da51dc58bf303332a Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Mon, 4 Apr 2022 16:32:28 +0000 Subject: [PATCH] chore(release): version 1.26.0 # [1.26.0](https://github.com/SocialGouv/mon-psy-sante/compare/v1.25.1...v1.26.0) (2022-04-04) ### Features * **scripts:** add script to extract email + update logs on import scripts ([#133](https://github.com/SocialGouv/mon-psy-sante/issues/133)) ([ea4e0dc](https://github.com/SocialGouv/mon-psy-sante/commit/ea4e0dcb59fe128af92bf0cc0325731a1137bfa3)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 241e3db3..8d87abe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.26.0](https://github.com/SocialGouv/mon-psy-sante/compare/v1.25.1...v1.26.0) (2022-04-04) + + +### Features + +* **scripts:** add script to extract email + update logs on import scripts ([#133](https://github.com/SocialGouv/mon-psy-sante/issues/133)) ([ea4e0dc](https://github.com/SocialGouv/mon-psy-sante/commit/ea4e0dcb59fe128af92bf0cc0325731a1137bfa3)) + ## [1.25.1](https://github.com/SocialGouv/mon-psy-sante/compare/v1.25.0...v1.25.1) (2022-03-31) diff --git a/package.json b/package.json index f7d9e57a..1de62549 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "monpsy", - "version": "1.25.1", + "version": "1.26.0", "commitlint": { "extends": [ "@commitlint/config-conventional"