Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OTA-Release-Bot committed May 23, 2024
1 parent f4c0061 commit 8e5462e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
16 changes: 9 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,27 @@

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 [engine CONTRIBUTING file](https://github.com/OpenTermsArchive/engine/blob/main/CONTRIBUTING.md#changelog). This codebase adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased [major]
## Unreleased

## 1.0.0 - 2024-05-23

_Full changeset and discussions: [#5](https://github.com/OpenTermsArchive/engine/pull/5)._

> 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

- Publish package on NPM under the name `@opentermsarchive/federation-api`
- Expose npm command `ota-federation-api serve` to start the API server
- **Breaking:** Add required `basePath` configuration; explicitly specify this configuration in your `config/production.json`

### Changed

- **Breaking:** Rename `federated-api` to `federation-api`; update all relevant code references. To update your local clone configuration, use `git remote set-url origin https://github.com/OpenTermsArchive/federation-api.git`
- **Breaking:** Remove default value for `port`; explicitly specify this configuration in your `config/production.json`
- **Breaking:** Prefix environment variable with the `OTA_FEDERATION_API_` scope; Update variable `SMTP_PASSWORD` to `OTA_FEDERATION_API_SMTP_PASSWORD`
- **Breaking:** Nest configurations under the `@opentermsarchive/federation-api` key; reformat your configuration files to nest existing settings within this new key, like this: `{ @opentermsarchive/federation-api: { < your previous configuration >}}`.

### Added

- Publish package on NPM under the name `@opentermsarchive/federation-api`
- Expose npm command `ota-federation-api serve` to start the API server
- **Breaking:** Add required `basePath` configuration; explicitly specify this configuration in your `config/production.json`

## 0.1.1 - 2024-02-15

_Full changeset and discussions: [#3](https://github.com/OpenTermsArchive/engine/pull/3)._
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/federation-api",
"version": "0.1.1",
"version": "1.0.0",
"description": "Open Terms Archive federation API to easy querying the distributed database",
"homepage": "https://github.com/OpenTermsArchive/federation-api#readme",
"bugs": {
Expand Down

0 comments on commit 8e5462e

Please sign in to comment.