diff --git a/CHANGELOG.md b/CHANGELOG.md index e669e142..d2b93a93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # pix-bot Changelog +## v1.103.0 (20/08/2024) + + +### :rocket: Amélioration +- [#430](https://github.com/1024pix/pix-bot/pull/430) [FEATURE] Permettre le déploiement dès la création d'une release (PIX-13870). + +### :arrow_up: Montée de version +- [#431](https://github.com/1024pix/pix-bot/pull/431) [BUMP] Update dependency axios to v1.7.4 [SECURITY]. +- [#429](https://github.com/1024pix/pix-bot/pull/429) [BUMP] Lock file maintenance. +- [#406](https://github.com/1024pix/pix-bot/pull/406) [BUMP] Update Node.js to ^20.16.0. +- [#425](https://github.com/1024pix/pix-bot/pull/425) [BUMP] Update dependency node-fetch to v3. +- [#422](https://github.com/1024pix/pix-bot/pull/422) [BUMP] Update dependency node to v20.16.0. +- [#421](https://github.com/1024pix/pix-bot/pull/421) [BUMP] Update Node.js to v20.16.0. +- [#420](https://github.com/1024pix/pix-bot/pull/420) [BUMP] Lock file maintenance (dossier racine). + ## v1.102.0 (01/08/2024) diff --git a/package-lock.json b/package-lock.json index c623bb9f..b7a3b0ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pix-bot", - "version": "1.102.0", + "version": "1.103.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pix-bot", - "version": "1.102.0", + "version": "1.103.0", "hasInstallScript": true, "license": "AGPL-3.0", "dependencies": { diff --git a/package.json b/package.json index d0f30e56..e24f0629 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pix-bot", - "version": "1.102.0", + "version": "1.103.0", "description": "Automating development actions", "engines": { "node": "^20.16.0"