Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.18.0"
".": "1.19.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down