Skip to content

Commit ca83448

Browse files
committed
bump: version 8.6.0 → 8.6.1
1 parent c429afa commit ca83448

5 files changed

Lines changed: 13 additions & 5 deletions

File tree

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cz_customize"
33
tag_format = "$version"
44
version_scheme = "semver"
5-
version = "8.6.0"
5+
version = "8.6.1"
66
update_changelog_on_bump = true
77
changelog_incremental = true
88
version_files = [

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 8.6.1 (2025-11-23)
4+
5+
### Fix
6+
7+
- **markdown**: gestion de @SELECTOR : évaluation différée nécessaire dans certains cas (au moment de l'affichage du message), afin d'attendre que le message précédent contienne l'information demandée (en cas d'utilisation d'un bloc !useLLM ou readcsv)
8+
- **plugin**: amélioration de readcsv - précision possible d'un maximum de résultats à afficher (avec maxResults)
9+
- **markdown**: avec @SELECTOR, récupération du dernier élément qui correspond au sélecteur, plutôt que du premier
10+
311
## 8.6.0 (2025-11-23)
412

513
### Feat

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.6.0
1+
8.6.1

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chatmd",
3-
"version": "8.6.0",
3+
"version": "8.6.1",
44
"description": "Un outil libre et gratuit pour créer un chatbot à partir d'un simple fichier en Markdown",
55
"main": "script.min.js",
66
"devDependencies": {

0 commit comments

Comments
 (0)