diff --git a/changelog.md b/changelog.md index 2d769c41..011978bb 100644 --- a/changelog.md +++ b/changelog.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) -## [Unreleased] +## [1.0.0] - 2024/10/15 ### Added diff --git a/package-lock.json b/package-lock.json index f408b5b0..fe8abf53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "leto-modelizer-admin", - "version": "0.0.1", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "leto-modelizer-admin", - "version": "0.0.1", + "version": "1.0.0", "dependencies": { "@quasar/extras": "=1.16.11", "axios": "=1.7.2", diff --git a/package.json b/package.json index 277bbb41..af0b201f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leto-modelizer-admin", - "version": "0.0.1", + "version": "1.0.0", "description": "Administration application for leto-modelizer.", "productName": "leto-modelizer-admin", "author": "Vincent MoittiƩ ",