Skip to content

Commit

Permalink
Release v0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OTA-Release-Bot committed Jul 10, 2023
1 parent 1f853c4 commit 60a2343
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)._
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 60a2343

Please sign in to comment.