diff --git a/.env.scalingo b/.env.scalingo index 059d1872..d254a8f5 100644 --- a/.env.scalingo +++ b/.env.scalingo @@ -1,4 +1,4 @@ -SENTRY_RELEASE="4.19.37" # x-release-please-version +SENTRY_RELEASE="4.19.38" # 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 3f2e556f..6815c208 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.19.37" + ".": "4.19.38" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c3420c4..9f316766 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.19.38](https://github.com/DNUM-SocialGouv/1j1s-etl/compare/v4.19.37...v4.19.38) (2025-01-23) + + +### 👷 Autres changements + +* **deps:** lock file maintenance ([#582](https://github.com/DNUM-SocialGouv/1j1s-etl/issues/582)) ([a0628c9](https://github.com/DNUM-SocialGouv/1j1s-etl/commit/a0628c9b3acb1adc0c7b9ba6de6ed0ea5d6034cd)) +* **deps:** update dependency mocha to v11.0.2 ([#589](https://github.com/DNUM-SocialGouv/1j1s-etl/issues/589)) ([4ae930b](https://github.com/DNUM-SocialGouv/1j1s-etl/commit/4ae930b29c7b75dc4e49090e4931f99690764ca6)) + ## [4.19.37](https://github.com/DNUM-SocialGouv/1j1s-etl/compare/v4.19.36...v4.19.37) (2025-01-07) diff --git a/package-lock.json b/package-lock.json index 19eab13b..5f8d8978 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "1j1s-etl", - "version": "4.19.37", + "version": "4.19.38", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "1j1s-etl", - "version": "4.19.37", + "version": "4.19.38", "license": "MIT", "dependencies": { "@nestjs/common": "~10.4.0", diff --git a/package.json b/package.json index 0df5f746..92c361d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "1j1s-etl", - "version": "4.19.37", + "version": "4.19.38", "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": {