diff --git a/CHANGELOG.md b/CHANGELOG.md index bf12a08..72d48a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.14.0](https://www.github.com/geoffrich/svelte-adapter-azure-swa/compare/v0.13.0...v0.14.0) (2023-03-15) + + +### Features + +* expose client principal through platform ([#107](https://www.github.com/geoffrich/svelte-adapter-azure-swa/issues/107)) ([e41f89c](https://www.github.com/geoffrich/svelte-adapter-azure-swa/commit/e41f89cde57858b76df61a7ba6316f5ac0a4498d)) + + +### Bug Fixes + +* binary body is incorrectly parsed as UTF-8 ([#123](https://www.github.com/geoffrich/svelte-adapter-azure-swa/issues/123)) ([4869959](https://www.github.com/geoffrich/svelte-adapter-azure-swa/commit/48699595be4cabe355f070250780492bba5a1fdb)) + ## [0.13.0](https://www.github.com/geoffrich/svelte-adapter-azure-swa/compare/v0.12.0...v0.13.0) (2023-01-23) diff --git a/package-lock.json b/package-lock.json index 41a0113..20f7a5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "svelte-adapter-azure-swa", - "version": "0.13.0", + "version": "0.14.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "svelte-adapter-azure-swa", - "version": "0.13.0", + "version": "0.14.0", "license": "MIT", "dependencies": { "esbuild": "^0.15.7", diff --git a/package.json b/package.json index 02a9af6..55d76ae 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.13.0", + "version": "0.14.0", "main": "index.js", "type": "module", "scripts": {