From ae958f5f851903db22960f6e99ffd2acfb9d93c7 Mon Sep 17 00:00:00 2001 From: Open Terms Archive Release Bot Date: Wed, 18 Jan 2023 09:55:37 +0000 Subject: [PATCH] Release v0.23.0 --- CHANGELOG.md | 4 +++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e51c29dc..cecb009eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and the format is based on [Common Changelog](https://common-changelog.org).\ Unlike Common Changelog, the `unreleased` section of [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) is preserved with the addition of a tag to specify which type of release should be published and to foster discussions about it inside pull requests. This tag should be one of the names mandated by SemVer, within brackets: `[patch]`, `[minor]` or `[major]`. For example: `## Unreleased [minor]`. -## Unreleased [minor] +## Unreleased +## 0.23.0 - 2023-01-18 ### Removed - **Breaking:** Remove obsolete ansible deployment recipes as it was extracted in a [dedicated repository](https://github.com/OpenTermsArchive/deployment). Look at the [README](https://github.com/OpenTermsArchive/deployment#readme) to know how to deploy the engine. + ## 0.22.0 - 2023-01-17 ### Changed - Replace embedded terms types list with the one defined in the dedicated repository `@opentermsarchive/terms-types`. diff --git a/package-lock.json b/package-lock.json index c87a99c73..99f284ffc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@opentermsarchive/engine", - "version": "0.22.0", + "version": "0.23.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@opentermsarchive/engine", - "version": "0.22.0", + "version": "0.23.0", "license": "EUPL-1.2", "dependencies": { "@accordproject/markdown-cicero": "^0.15.2", diff --git a/package.json b/package.json index a892d4272..9411ddec7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opentermsarchive/engine", - "version": "0.22.0", + "version": "0.23.0", "description": "Tracks and makes visible changes to the terms of online services", "homepage": "https://github.com/ambanum/OpenTermsArchive#readme", "bugs": {