diff --git a/.changeset/mighty-mugs-remain.md b/.changeset/mighty-mugs-remain.md deleted file mode 100644 index f10df2967..000000000 --- a/.changeset/mighty-mugs-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"sofa-api": patch ---- - -Export `createSofa` and `createRoute` for custom intermediate configuration diff --git a/.changeset/sofa-api-1596-dependencies.md b/.changeset/sofa-api-1596-dependencies.md deleted file mode 100644 index 816ee76e1..000000000 --- a/.changeset/sofa-api-1596-dependencies.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'sofa-api': patch ---- - -dependencies updates: - -- Updated dependency [`@whatwg-node/fetch@^0.10.0` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.10.0) (from `^0.9.14`, in `dependencies`) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59e23137d..3a30a557f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change log +## 0.18.8 + +### Patch Changes + +- [#1459](https://github.com/Urigo/SOFA/pull/1459) [`5442709`](https://github.com/Urigo/SOFA/commit/54427094ea98dde6994e14b15f38d2408c04b46f) Thanks [@ernestognw](https://github.com/ernestognw)! - Export `createSofa` and `createRoute` for custom intermediate configuration + +- [#1596](https://github.com/Urigo/SOFA/pull/1596) [`390ecd2`](https://github.com/Urigo/SOFA/commit/390ecd21202948935a58df191b7c3095a23e3899) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates: + + - Updated dependency [`@whatwg-node/fetch@^0.10.0` ↗︎](https://www.npmjs.com/package/@whatwg-node/fetch/v/0.10.0) (from `^0.9.14`, in `dependencies`) + ## 0.18.5 ### Patch Changes diff --git a/package.json b/package.json index 586a14e9f..76f9d73d0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sofa-api", "description": "Create REST APIs with GraphQL", - "version": "0.18.7", + "version": "0.18.8", "type": "module", "buildOptions": { "input": "./src/index.ts"