From e1e5305de231c9ad32f74220e8a2bd5a82855c2c Mon Sep 17 00:00:00 2001 From: Erwan Bousse <erwan.bousse@univ-nantes.fr> Date: Fri, 21 May 2021 09:25:03 +0200 Subject: [PATCH] chore(release): 0.5.2 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- src/version | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21124f0..83ea36a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.2](https://gitlab.univ-nantes.fr///compare/v0.5.1...v0.5.2) (2021-05-21) + + +### Bug Fixes + +* regression that ignored -u and -id in project ([77ef890](https://gitlab.univ-nantes.fr///commit/77ef890b43d284db6b8740c794ff1b7c9c30582f)) + ### [0.5.1](https://gitlab.univ-nantes.fr///compare/v0.5.0...v0.5.1) (2021-05-20) diff --git a/package-lock.json b/package-lock.json index bd6d305..ba53d46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@evalassist/evalassist-cli", - "version": "0.5.1", + "version": "0.5.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ab4e49b..6bf95a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@evalassist/evalassist-cli", - "version": "0.5.1", + "version": "0.5.2", "author": "", "description": "Manage gitlab-based student projects.", "license": "ISC", diff --git a/src/version b/src/version index 5d4294b..2411653 100644 --- a/src/version +++ b/src/version @@ -1 +1 @@ -0.5.1 \ No newline at end of file +0.5.2 \ No newline at end of file -- GitLab