diff --git a/.env.scalingo b/.env.scalingo index 52a6b9c0..c397b485 100644 --- a/.env.scalingo +++ b/.env.scalingo @@ -1,4 +1,4 @@ -SENTRY_RELEASE="4.19.27" # x-release-please-version +SENTRY_RELEASE="4.19.28" # 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 03eb39f7..20445a6a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.19.27" + ".": "4.19.28" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 98fb44aa..401e19db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.19.28](https://github.com/DNUM-SocialGouv/1j1s-etl/compare/v4.19.27...v4.19.28) (2024-10-02) + + +### 👷 Autres changements + +* **deps:** lock file maintenance ([1292736](https://github.com/DNUM-SocialGouv/1j1s-etl/commit/12927365de9d582a276ca29b7c803a2c84d2f7c7)) + ## [4.19.27](https://github.com/DNUM-SocialGouv/1j1s-etl/compare/v4.19.26...v4.19.27) (2024-09-25) diff --git a/package-lock.json b/package-lock.json index 014b117b..bdab8fc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "1j1s-etl", - "version": "4.19.27", + "version": "4.19.28", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "1j1s-etl", - "version": "4.19.27", + "version": "4.19.28", "license": "MIT", "dependencies": { "@nestjs/common": "~10.4.0", diff --git a/package.json b/package.json index dd0826ce..0d682186 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "1j1s-etl", - "version": "4.19.27", + "version": "4.19.28", "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": {