diff --git a/docs/changelog.md b/docs/changelog.md index 75e95209..c4c08f5c 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -6,9 +6,9 @@ - Corrige l'absence de vérification avant d'alerter l'utilisateur.trice à propos d'un type de champ incompatible lors de la création d'une nouvelle colonne. -- Meilleur gestion des valeurs `Infinity` et `NaN` lors de la création d'une nouvelle colonne. +- Améliore la gestion des valeurs `Infinity` et `NaN` lors de la création d'une nouvelle colonne. -- Ajout d'un tutoriel et d'une vidéo à la documentation. +- Ajout d'une vidéo à la documentation. #### 2.0.12 (2024-09-17) diff --git a/docs/en/changelog.md b/docs/en/changelog.md index a1085f5e..354dfeb2 100644 --- a/docs/en/changelog.md +++ b/docs/en/changelog.md @@ -8,7 +8,7 @@ - Improve handling of `Infinity` and `NaN` values when creating a new column. -- Add a tutorial and a video to the documentation. +- Add a video to the documentation. #### 2.0.12 (2024-09-17) diff --git a/package-lock.json b/package-lock.json index cecf3908..884700d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "magrit", - "version": "2.0.12", + "version": "2.0.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "magrit", - "version": "2.0.12", + "version": "2.0.13", "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": { diff --git a/package.json b/package.json index 1155858f..4ddf11ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "magrit", - "version": "2.0.12", + "version": "2.0.13", "description": "Magrit is a thematic and statistical cartography application that lets you create and export a wide range of static maps.", "author": { "name": "Matthieu Viry",