From 47ca37c13de36751d79ae431cc91c2f2d03026ba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 2 Jul 2023 15:18:59 -0700 Subject: [PATCH] chore: release 0.17.0 (#143) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4586421..edbaa50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.17.0](https://www.github.com/geoffrich/svelte-adapter-azure-swa/compare/v0.16.0...v0.17.0) (2023-07-02) + + +### Features + +* allow overriding `platform.apiRuntime` ([#144](https://www.github.com/geoffrich/svelte-adapter-azure-swa/issues/144)) ([fd8241a](https://www.github.com/geoffrich/svelte-adapter-azure-swa/commit/fd8241a7a02846d846fc291cb4c74a966d00db14)) +* throw error if /api routes defined ([#142](https://www.github.com/geoffrich/svelte-adapter-azure-swa/issues/142)) ([036cf64](https://www.github.com/geoffrich/svelte-adapter-azure-swa/commit/036cf64fbedc3f4ec95271be03f75ada66eb7f2e)) + ## [0.16.0](https://www.github.com/geoffrich/svelte-adapter-azure-swa/compare/v0.15.0...v0.16.0) (2023-05-12) diff --git a/package-lock.json b/package-lock.json index 407cfd9..04f6a66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "svelte-adapter-azure-swa", - "version": "0.16.0", + "version": "0.17.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "svelte-adapter-azure-swa", - "version": "0.16.0", + "version": "0.17.0", "license": "MIT", "dependencies": { "esbuild": "^0.15.7", diff --git a/package.json b/package.json index 1a2eb0d..c6e03b5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "svelte-adapter-azure-swa", "description": "SvelteKit adapter for Azure Static Web Apps.", - "version": "0.16.0", + "version": "0.17.0", "main": "index.js", "type": "module", "scripts": {