Skip to content

Commit

Permalink
chore: release 0.9.1 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
HalfdanJ authored Sep 13, 2022
2 parents 450f29d + c60c899 commit c94e468
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

### [0.9.1](https://www.github.com/HalfdanJ/svelte-adapter-appengine/compare/v0.9.0...v0.9.1) (2022-09-13)


### Bug Fixes

* Correctly read the protocol on localhost ([64889fa](https://www.github.com/HalfdanJ/svelte-adapter-appengine/commit/64889fa1464d5e5aaa64c6b725baef9dd5264d56))
* Solve multiple issues from sveltekit breaking changes ([#52](https://www.github.com/HalfdanJ/svelte-adapter-appengine/issues/52)) ([450f29d](https://www.github.com/HalfdanJ/svelte-adapter-appengine/commit/450f29dcb0e016435c1697cf10560a4b1b27cdc6))
* update getRequest method call ([cdf93a2](https://www.github.com/HalfdanJ/svelte-adapter-appengine/commit/cdf93a21cb80597abb52d8b31c40c804259e559a))

## [0.9.0](https://www.github.com/HalfdanJ/svelte-adapter-appengine/compare/v0.8.2...v0.9.0) (2022-08-26)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-adapter-appengine",
"version": "0.9.0",
"version": "0.9.1",
"description": "Adapter for Svelte that integrates with Google Cloud Appengine ",
"scripts": {
"fix": "xo --fix",
Expand Down

0 comments on commit c94e468

Please sign in to comment.