From 68c53aae198de0b061a942f0bd53fcfddd684a30 Mon Sep 17 00:00:00 2001 From: Felix Jordan Date: Thu, 10 Feb 2022 10:45:13 +0100 Subject: [PATCH] prepare 2.2.1 release --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a13ce3a4..698f5fbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,19 @@ the [GitHub Release Page](https://github.com/rwth-acis/RequirementsBazaar-WebFro ## [Unreleased] +## [2.2.1] - 2022-02-10 + +### Added + +- Number of users, projects, comments, and requirements, as well as some feature descriptions on landing page [#184](https://github.com/rwth-acis/RequirementsBazaar-WebFrontend/pull/184) + +### Changed + +- Some dependency updates [#186](https://github.com/rwth-acis/RequirementsBazaar-WebFrontend/pull/186), [#187](https://github.com/rwth-acis/RequirementsBazaar-WebFrontend/pull/187) +- French translation updates [#189](https://github.com/rwth-acis/RequirementsBazaar-WebFrontend/pull/189) +- Fixed members tab not sowing after a user signed in [#195](https://github.com/rwth-acis/RequirementsBazaar-WebFrontend/pull/195) + + ## [2.2.0] - 2022-01-29 ### Added diff --git a/package.json b/package.json index c85d2ce4..eb821154 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reqbaz", - "version": "2.2.0", + "version": "2.2.1", "scripts": { "dev": "vite", "dev-local-api": "vite --mode dev-local-api",