From 193aa0b861d0c82b5e37c0ece8885218f8cdf75d Mon Sep 17 00:00:00 2001 From: Social Groovy Bot <45039513+SocialGroovyBot@users.noreply.github.com> Date: Fri, 13 Oct 2023 12:41:16 +0000 Subject: [PATCH] chore(release): version 1.289.9 ## [1.289.9](https://github.com/SocialGouv/mano/compare/v1.289.8...v1.289.9) (2023-10-13) ### Bug Fixes * **pi:** increase api db pool size ([2664e01](https://github.com/SocialGouv/mano/commit/2664e01e6ea81cfc4d950d6a874eca6bda71136c)) --- CHANGELOG.md | 7 +++++++ api/package.json | 2 +- dashboard/package.json | 2 +- website/package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c4461eae..af4233343 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.289.9](https://github.com/SocialGouv/mano/compare/v1.289.8...v1.289.9) (2023-10-13) + + +### Bug Fixes + +* **pi:** increase api db pool size ([2664e01](https://github.com/SocialGouv/mano/commit/2664e01e6ea81cfc4d950d6a874eca6bda71136c)) + ## [1.289.8](https://github.com/SocialGouv/mano/compare/v1.289.7...v1.289.8) (2023-10-12) diff --git a/api/package.json b/api/package.json index 3c2ad87aa..9e1eb9243 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api_mano", - "version": "1.289.8", + "version": "1.289.9", "mobileAppVersion": "2.37.2", "description": "", "main": "index.js", diff --git a/dashboard/package.json b/dashboard/package.json index 072787c6d..c511ae224 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.289.8", + "version": "1.289.9", "private": true, "dependencies": { "@babel/runtime": "^7.14.5", diff --git a/website/package.json b/website/package.json index 0e8c52997..29276e8ea 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.289.8", + "version": "1.289.9", "mobileAppVersion": "2.37.2", "private": true, "engines": {