diff --git a/.env.scalingo b/.env.scalingo index fe0b6bc3..22db6f32 100644 --- a/.env.scalingo +++ b/.env.scalingo @@ -1,4 +1,4 @@ -SENTRY_RELEASE="4.19.16" # x-release-please-version +SENTRY_RELEASE="4.19.17" # 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 68218e69..a38410e9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.19.16" + ".": "4.19.17" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 095e11e0..02c1e0ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.19.17](https://github.com/DNUM-SocialGouv/1j1s-etl/compare/v4.19.16...v4.19.17) (2024-07-30) + + +### 🐛 Corrections de bogues + +* **deps:** update dependency fast-xml-parser to v4.4.1 [security] ([#533](https://github.com/DNUM-SocialGouv/1j1s-etl/issues/533)) ([8c08137](https://github.com/DNUM-SocialGouv/1j1s-etl/commit/8c081371c94d3e6f52529ba482bd8009721dbf77)) + ## [4.19.16](https://github.com/DNUM-SocialGouv/1j1s-etl/compare/v4.19.15...v4.19.16) (2024-07-29) diff --git a/package-lock.json b/package-lock.json index 5891dded..341c649e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "1j1s-etl", - "version": "4.19.16", + "version": "4.19.17", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "1j1s-etl", - "version": "4.19.16", + "version": "4.19.17", "license": "MIT", "dependencies": { "@nestjs/common": "~10.3.0", diff --git a/package.json b/package.json index 45c2271d..e4fdbd7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "1j1s-etl", - "version": "4.19.16", + "version": "4.19.17", "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": {