diff --git a/.changeset/curvy-llamas-play.md b/.changeset/curvy-llamas-play.md deleted file mode 100644 index d34281b0..00000000 --- a/.changeset/curvy-llamas-play.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'sofa-api': minor ---- - -Breaking changes: - -- Drop Node 14 support and require Node >16 - -- OpenAPI options are now under `openAPI` - -- SwaggerUI options are now under `swaggerUI` \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 42e7b120..6d427f3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change log +## 0.18.0 + +### Minor Changes + +- [`f6afa0e`](https://github.com/Urigo/SOFA/commit/f6afa0ef9866852dda2938c3c477a42df6764e81) Thanks [@ardatan](https://github.com/ardatan)! - Breaking changes: + + - Drop Node 14 support and require Node >16 + + - OpenAPI options are now under `openAPI` + + - SwaggerUI options are now under `swaggerUI` + ## 0.17.1 ### Patch Changes diff --git a/package.json b/package.json index 0484ca3c..1c52ca5f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sofa-api", "description": "Create REST APIs with GraphQL", - "version": "0.17.1", + "version": "0.18.0", "buildOptions": { "input": "./src/index.ts" },