From 60a2343eb5186f0281489d9531e8884c1070f05b Mon Sep 17 00:00:00 2001 From: Open Terms Archive Release Bot Date: Mon, 10 Jul 2023 16:09:01 +0000 Subject: [PATCH] Release v0.30.0 --- 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 25ec71a27..d49b1efa3 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 [minor] +## Unreleased + +## 0.30.0 - 2023-07-10 _Full changeset and discussions: [#1015](https://github.com/OpenTermsArchive/engine/pull/1015)._ +### Added + +- Embed [Swagger UI](https://swagger.io) for graphical user interface documentation of the API; access it on `/docs` + ### Changed - **Breaking:** Change path from `/services/:serviceId` to `/service/:serviceId` for direct access to a `service` resource; update paths accordingly in your own codebase - **Breaking:** Change path from `/specs` to `/docs` for OpenAPI specification; update paths accordingly in your own codebase and set the HTTP header `Accept: application/json` -### Added - -- Embed [Swagger UI](https://swagger.io) for graphical user interface documentation of the API; access it on `/docs` - ## 0.29.1 - 2023-06-26 _Full changeset and discussions: [#1013](https://github.com/OpenTermsArchive/engine/pull/1013)._ diff --git a/package-lock.json b/package-lock.json index 7231c9e4c..cdb7449fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@opentermsarchive/engine", - "version": "0.29.1", + "version": "0.30.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@opentermsarchive/engine", - "version": "0.29.1", + "version": "0.30.0", "license": "EUPL-1.2", "dependencies": { "@accordproject/markdown-cicero": "^0.15.2", diff --git a/package.json b/package.json index 463571d22..92a9dedc2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opentermsarchive/engine", - "version": "0.29.1", + "version": "0.30.0", "description": "Tracks and makes visible changes to the terms of online services", "homepage": "https://github.com/OpenTermsArchive/engine#readme", "bugs": {