From 8a8afa9350634b1739665d807475a15418a4553b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 17:34:30 +0000 Subject: [PATCH] chore(main): release 1.19.0 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 0f90d9307..d9678ba24 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.18.0" + ".": "1.19.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e4bdb4f3f..97ab44381 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.19.0](https://github.com/franckh-stack/crm/compare/v1.18.0...v1.19.0) (2026-09-13) + + +### Features + +* **companies:** onglet Marches publics par compte, retire la page globale ([56bbaa5](https://github.com/franckh-stack/crm/commit/56bbaa50ced5435acae3ef0e11da6ba7f41cb3c9)) +* **companies:** onglet Marches publics par compte, retire la page globale ([8e5d34f](https://github.com/franckh-stack/crm/commit/8e5d34fa3d8dd75a88157bd7790b046a1b8ee516)) + + +### Fixes + +* **tenders:** corrige 3 erreurs anti-slop (typeof, widening) ([b040ef9](https://github.com/franckh-stack/crm/commit/b040ef9eea0f2ea9d39c889f17f36fbe47e9ead0)) + ## [1.18.0](https://github.com/franckh-stack/crm/compare/v1.17.0...v1.18.0) (2026-09-13) diff --git a/package.json b/package.json index a19662641..2bdccaaa4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "crm", "private": true, "license": "MIT", - "version": "1.18.0", + "version": "1.19.0", "scripts": { "prepare": "git config core.hooksPath .githooks 2>/dev/null || true", "build": "turbo run build",