From 56eb525edbb19105b29c93a100d1f6d47694ebd2 Mon Sep 17 00:00:00 2001 From: Open Terms Archive Release Bot Date: Fri, 7 Jun 2024 07:44:43 +0000 Subject: [PATCH] Release v2.2.1 --- CHANGELOG.md | 12 +++++++----- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2d47329e..242c94665 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,19 +2,21 @@ All changes that impact users of this module are documented in this file, in the [Common Changelog](https://common-changelog.org) format with some additional specifications defined in the CONTRIBUTING file. This codebase adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased [patch] +## 2.2.1 - 2024-06-07 + +_Full changeset and discussions: [#1088](https://github.com/OpenTermsArchive/engine/pull/1088)._ > Development of this release was supported by the [French Ministry for Foreign Affairs](https://www.diplomatie.gouv.fr/fr/politique-etrangere-de-la-france/diplomatie-numerique/) through its ministerial [State Startups incubator](https://beta.gouv.fr/startups/open-terms-archive.html) under the aegis of the Ambassador for Digital Affairs. +### Added + +- Display engine version in logs + ### Fixed - Fix the number of terms displayed in logs - Fix Reporter module instantiation -### Added - -- Display engine version in logs - ## 2.2.0 - 2024-06-05 _Full changeset and discussions: [#1087](https://github.com/OpenTermsArchive/engine/pull/1087)._ diff --git a/package-lock.json b/package-lock.json index 8e227ff2e..7fb266632 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@opentermsarchive/engine", - "version": "2.2.0", + "version": "2.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@opentermsarchive/engine", - "version": "2.2.0", + "version": "2.2.1", "license": "EUPL-1.2", "dependencies": { "@accordproject/markdown-cicero": "^0.15.2", diff --git a/package.json b/package.json index 4abbc0c32..8fccde58e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opentermsarchive/engine", - "version": "2.2.0", + "version": "2.2.1", "description": "Tracks and makes visible changes to the terms of online services", "homepage": "https://opentermsarchive.org", "bugs": {