diff --git a/.env.scalingo b/.env.scalingo index 22db6f32..0a3267ef 100644 --- a/.env.scalingo +++ b/.env.scalingo @@ -1,4 +1,4 @@ -SENTRY_RELEASE="4.19.17" # x-release-please-version +SENTRY_RELEASE="4.19.18" # x-release-please-version APPLICATION_LOGGER_LOG_LEVEL=${APPLICATION_LOGGER_LOG_LEVEL:-info} APPLICATION_LOGGER_NAME=${APPLICATION_LOGGER_NAME:-main} diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a38410e9..7e6a8bd3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.19.17" + ".": "4.19.18" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 02c1e0ee..60388fac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.19.18](https://github.com/DNUM-SocialGouv/1j1s-etl/compare/v4.19.17...v4.19.18) (2024-08-07) + + +### 👷 Autres changements + +* **deps:** lock file maintenance ([0efe45f](https://github.com/DNUM-SocialGouv/1j1s-etl/commit/0efe45f2f0d80873866cf73a6e797aef7a0406a0)) + ## [4.19.17](https://github.com/DNUM-SocialGouv/1j1s-etl/compare/v4.19.16...v4.19.17) (2024-07-30) diff --git a/package-lock.json b/package-lock.json index 2a42efce..ba0f9ab8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "1j1s-etl", - "version": "4.19.17", + "version": "4.19.18", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "1j1s-etl", - "version": "4.19.17", + "version": "4.19.18", "license": "MIT", "dependencies": { "@nestjs/common": "~10.3.0", diff --git a/package.json b/package.json index e4fdbd7b..47a875aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "1j1s-etl", - "version": "4.19.17", + "version": "4.19.18", "description": "Dépôt qui regroupe les opérations de transformation et de chargement des données issues de flux pour les stages du site 1j1s", "main": "start.ts", "directories": {