From 6b6eb3df2c6f7ef82adeeeb6c9ca6f017eda93ca Mon Sep 17 00:00:00 2001 From: Erwan Bousse <erwan.bousse@univ-nantes.fr> Date: Wed, 21 Sep 2022 17:31:34 +0200 Subject: [PATCH] chore(release): 0.5.5 --- CHANGELOG.md | 2 ++ package-lock.json | 2 +- package.json | 2 +- src/version | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b691d1..6ba96b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.5.5](https://gitlab.univ-nantes.fr///compare/v0.5.4...v0.5.5) (2022-09-21) + ### [0.5.4](https://gitlab.univ-nantes.fr///compare/v0.5.3...v0.5.4) (2022-09-21) ### [0.5.3](https://gitlab.univ-nantes.fr///compare/v0.5.2...v0.5.3) (2021-05-21) diff --git a/package-lock.json b/package-lock.json index 8b075af..e31a10d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@evalassist/evalassist-cli", - "version": "0.5.4", + "version": "0.5.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a2898ca..fc1e565 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@evalassist/evalassist-cli", - "version": "0.5.4", + "version": "0.5.5", "author": "", "description": "Manage gitlab-based student projects.", "license": "ISC", diff --git a/src/version b/src/version index 167b000..389facc 100644 --- a/src/version +++ b/src/version @@ -1 +1 @@ -0.5.4 \ No newline at end of file +0.5.5 \ No newline at end of file -- GitLab