diff --git a/.env.scalingo b/.env.scalingo index 3016cf6a..05072914 100644 --- a/.env.scalingo +++ b/.env.scalingo @@ -1,4 +1,4 @@ -SENTRY_RELEASE="4.19.30" # x-release-please-version +SENTRY_RELEASE="4.19.31" # 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 d65645a2..666594c0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.19.30" + ".": "4.19.31" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 86cfc4ae..6e71b049 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.19.31](https://github.com/DNUM-SocialGouv/1j1s-etl/compare/v4.19.30...v4.19.31) (2024-11-13) + + +### 👷 Autres changements + +* **deps:** update dependency @types/node to v22 ([#561](https://github.com/DNUM-SocialGouv/1j1s-etl/issues/561)) ([09006fe](https://github.com/DNUM-SocialGouv/1j1s-etl/commit/09006fe715c84c31dc09a9cba8cb345d408f2b20)) + ## [4.19.30](https://github.com/DNUM-SocialGouv/1j1s-etl/compare/v4.19.29...v4.19.30) (2024-11-02) diff --git a/package-lock.json b/package-lock.json index df6078ed..9fcffddf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "1j1s-etl", - "version": "4.19.30", + "version": "4.19.31", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "1j1s-etl", - "version": "4.19.30", + "version": "4.19.31", "license": "MIT", "dependencies": { "@nestjs/common": "~10.4.0", diff --git a/package.json b/package.json index 7078a08b..5136f5fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "1j1s-etl", - "version": "4.19.30", + "version": "4.19.31", "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": {