From 0064b8d35aadf500ad858a6ab0f3c9c912d90384 Mon Sep 17 00:00:00 2001 From: N3WT DE COMPET Date: Sun, 1 Jun 2025 14:45:56 +0200 Subject: [PATCH] chore(release): 0.0.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ece3f2c..ae29eb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ Toutes les modifications notables apportées à ce projet seront documentées dans ce fichier. +### [0.0.3](https://git.v0id.ovh:5022/n3wt-innov/n3wt-school/compare/0.0.2...0.0.3) (2025-06-01) + + +### Corrections de bugs + +* Ajout d'un '/' en fin d'URL ([67cea2f](https://git.v0id.ovh:5022/n3wt-innov/n3wt-school/commit/67cea2f1c6edae8eed5e024c79b1e19d08788d4c)) + ### 0.0.2 (2025-06-01) diff --git a/package.json b/package.json index 113c1ac..606fc35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n3wt-school", - "version": "0.0.2", + "version": "0.0.3", "scripts": { "prepare": "husky", "release": "standard-version",