Skip to content

Commit 1a99b93

Browse files
github-actions[bot]geoffrich
authored andcommitted
chore: release 0.7.0
1 parent 4cd7535 commit 1a99b93

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.7.0](https://www.github.com/geoffrich/svelte-adapter-azure-swa/compare/v0.6.1...v0.7.0) (2022-06-11)
4+
5+
6+
### Features
7+
8+
* handle polyfill breaking change ([51baba9](https://www.github.com/geoffrich/svelte-adapter-azure-swa/commit/51baba98416687b0a1436e644ec67dd3d18fcf92))
9+
* target node 16 ([4b1b68f](https://www.github.com/geoffrich/svelte-adapter-azure-swa/commit/4b1b68fb87f4a4fb534d69a65f8940a1f83c0de9))
10+
* throw error if API package.json does not exist ([fd60cb2](https://www.github.com/geoffrich/svelte-adapter-azure-swa/commit/fd60cb276e2c847a46fe5f02cf9f42c9be723c7b))
11+
* update immutable directory ([b729d3b](https://www.github.com/geoffrich/svelte-adapter-azure-swa/commit/b729d3bea0ba32d955fc3d1a60f3fd61ebbbbcc6))
12+
13+
14+
### Bug Fixes
15+
16+
* update types to support ESNext ([4cd7535](https://www.github.com/geoffrich/svelte-adapter-azure-swa/commit/4cd7535fb1c162f19bb5df71fea70302a6402562))
17+
318
### [0.6.1](https://www.github.com/geoffrich/svelte-adapter-azure-swa/compare/v0.6.0...v0.6.1) (2022-03-11)
419

520

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "svelte-adapter-azure-swa",
33
"description": "SvelteKit adapter for Azure Static Web Apps.",
4-
"version": "0.6.1",
4+
"version": "0.7.0",
55
"main": "index.js",
66
"type": "module",
77
"scripts": {

0 commit comments

Comments
 (0)