From c6d1b7c3093bf30a89e050aa161b85c81b3dd96e Mon Sep 17 00:00:00 2001 From: Open Terms Archive Release Bot Date: Mon, 27 Nov 2023 08:45:00 +0000 Subject: [PATCH] Release v0.33.0 --- CHANGELOG.md | 5 ++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2618758f..a7281736f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,14 @@ 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 [minor] +## Unreleased + +## 0.33.0 - 2023-11-27 _Full changeset and discussions: [#1031](https://github.com/OpenTermsArchive/engine/pull/1031)._ > Development of this release was [supported](https://nlnet.nl/project/TOSDR-OTA/) by the [NGI0 Entrust Fund](https://nlnet.nl/entrust), a fund established by [NLnet](https://nlnet.nl/) with financial support from the European Commission's [Next Generation Internet](https://www.ngi.eu) programme, under the aegis of DG CNECT under grant agreement N°101069594. + ### Added - Add `terms` attribute to `/services` API response, containing declared term types for each service diff --git a/package-lock.json b/package-lock.json index 9ed51aabb..064fc91b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@opentermsarchive/engine", - "version": "0.32.1", + "version": "0.33.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@opentermsarchive/engine", - "version": "0.32.1", + "version": "0.33.0", "license": "EUPL-1.2", "dependencies": { "@accordproject/markdown-cicero": "^0.15.2", diff --git a/package.json b/package.json index dbe44e296..c62d7dff9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opentermsarchive/engine", - "version": "0.32.1", + "version": "0.33.0", "description": "Tracks and makes visible changes to the terms of online services", "homepage": "https://github.com/OpenTermsArchive/engine#readme", "bugs": {