Skip to content

Commit

Permalink
Update changelog to conform to the style guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndpnt committed May 14, 2024
1 parent b09f26e commit 0339d1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ All changes that impact users of this module are documented in this file, in the
### Changed

- **Breaking:** All configurations are now nested under the `@opentermsarchive/engine` key. Update your `config/production.json` by wrapping its content like this: `{ @opentermsarchive/engine: { < your previous configuration >}}`.
- **Breaking:** The `api` configuration key has been renamed to `collection-api`. Update this in your `config/production.json`.
- **Breaking:** Default values for `port` and `basePath` in `collection-api` have been removed. Specify these configurations explicitly in your `config/production.json`.
- **Breaking:** All environment variables are now prefixed with `OTA_ENGINE_`. Update variables such as `SENDINBLUE_API_KEY` to `OTA_ENGINE_SENDINBLUE_API_KEY`, `SMTP_PASSWORD` to `OTA_ENGINE_SMTP_PASSWORD`, and `GITHUB_TOKEN` to `OTA_ENGINE_GITHUB_TOKEN`.
- **Breaking:** Nest all configurations under the `@opentermsarchive/engine` key; update your `config/production.json` by wrapping its content like this: `{ @opentermsarchive/engine: { < your previous configuration >}}`.
- **Breaking:** Rename the `api` configuration key to `collection-api`; update this in your `config/production.json`.
- **Breaking:** Remove default values for `port` and `basePath` in `collection-api`; specify these configurations explicitly in your `config/production.json`.
- **Breaking:** Prefix all environment variables with `OTA_ENGINE_`; update variables such as `SENDINBLUE_API_KEY` to `OTA_ENGINE_SENDINBLUE_API_KEY`, `SMTP_PASSWORD` to `OTA_ENGINE_SMTP_PASSWORD`, and `GITHUB_TOKEN` to `OTA_ENGINE_GITHUB_TOKEN`.

## 1.2.1 - 2024-05-09

Expand Down

0 comments on commit 0339d1f

Please sign in to comment.