From d38246c21ac0425c0ef38d5361d4e62b993f3051 Mon Sep 17 00:00:00 2001 From: Vincent Moittie Date: Tue, 12 Sep 2023 11:59:34 +0200 Subject: [PATCH] Release version 1.3.0 --- README.md | 2 +- changelog.md | 4 +++- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4dd312d95..bc5df8f61 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Plugin to manage github action files. = 0.2.0 - Next + 1.3.0 = 0.21.0 = 0.7.0 = 0.2.5 diff --git a/changelog.md b/changelog.md index f3728923f..b0afe63e2 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.3.0] - 2023/09/12 ### Added @@ -198,5 +198,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Work with [terrator-plugin](https://github.com/ditrit/terrator-plugin/tree/0.1.12) version 0.1.12. * Work with [plugin-core](https://github.com/ditrit/leto-modelizer-plugin-core/tree/0.13.0) version 0.13.0. +[1.3.0]: https://github.com/ditrit/leto-modelizer/blob/main/changelog.md#1.3.0 +[1.2.0]: https://github.com/ditrit/leto-modelizer/blob/main/changelog.md#1.2.0 [1.1.0]: https://github.com/ditrit/leto-modelizer/blob/main/changelog.md#1.1.0 [1.0.0]: https://github.com/ditrit/leto-modelizer/blob/main/changelog.md#1.0.0 diff --git a/package-lock.json b/package-lock.json index bf3ab669c..a0d61f73c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "leto-modelizer", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "leto-modelizer", - "version": "1.2.0", + "version": "1.3.0", "dependencies": { "@quasar/extras": "=1.16.6", "axios": "=1.5.0", diff --git a/package.json b/package.json index dd09702bc..a5ca101ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leto-modelizer", - "version": "1.2.0", + "version": "1.3.0", "description": "Technical topology low-code editing tools.", "productName": "Leto Modelizer", "author": "Vincent Moittie ",