Skip to content

Commit 9d4bebb

Browse files
github-actions[bot]geoffrich
authored andcommitted
chore: release 0.4.0
1 parent 61c374d commit 9d4bebb

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

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

3+
## [0.4.0](https://www.github.com/geoffrich/svelte-adapter-azure-swa/compare/v0.3.0...v0.4.0) (2022-02-03)
4+
5+
6+
### Features
7+
8+
* add customStaticWebAppConfig option ([#28](https://www.github.com/geoffrich/svelte-adapter-azure-swa/issues/28)) ([70702ff](https://www.github.com/geoffrich/svelte-adapter-azure-swa/commit/70702ff00842b6ddf53a6a44a1c6dc56c6e3371b))
9+
* add immutable cache headers to hashed assets ([66e4cc4](https://www.github.com/geoffrich/svelte-adapter-azure-swa/commit/66e4cc4f520dabeb57050db805073dd98b482c2e))
10+
* support SvelteKit 1.0.0-next.234 ([#29](https://www.github.com/geoffrich/svelte-adapter-azure-swa/issues/29)) ([61c374d](https://www.github.com/geoffrich/svelte-adapter-azure-swa/commit/61c374d7deb2ce0af2a503b6cdaaab9aa762b3c3))
11+
312
## [0.3.0](https://www.github.com/geoffrich/svelte-adapter-azure-swa/compare/v0.2.0...v0.3.0) (2022-01-07)
413

514

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.3.0",
4+
"version": "0.4.0",
55
"main": "index.js",
66
"type": "module",
77
"scripts": {

0 commit comments

Comments
 (0)