diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index d9678ba24..90e018ebf 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.19.0" + ".": "1.19.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 97ab44381..4148a0885 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.19.1](https://github.com/franckh-stack/crm/compare/v1.19.0...v1.19.1) (2026-09-14) + + +### Fixes + +* **companies:** saisie manuelle du SIREN, retire la resolution auto ([7420502](https://github.com/franckh-stack/crm/commit/7420502aa9a4fee191366d6c22b3e3252eb8f344)) +* **companies:** saisie manuelle du SIREN, retire la resolution auto ([dda34c3](https://github.com/franckh-stack/crm/commit/dda34c3f8f3aedebe3c67f19fdaab2b248c27a86)) + ## [1.19.0](https://github.com/franckh-stack/crm/compare/v1.18.0...v1.19.0) (2026-09-13) diff --git a/package.json b/package.json index 2bdccaaa4..4a05d1294 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "crm", "private": true, "license": "MIT", - "version": "1.19.0", + "version": "1.19.1", "scripts": { "prepare": "git config core.hooksPath .githooks 2>/dev/null || true", "build": "turbo run build",