Skip to content

Commit

Permalink
chore: release 0.9.2 (#58)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 14, 2022
1 parent d19cdfc commit 18c4ea6
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.2](https://www.github.com/HalfdanJ/svelte-adapter-appengine/compare/v0.9.1...v0.9.2) (2022-10-14)


### Bug Fixes

* Mark all paths as secure. ([243af43](https://www.github.com/HalfdanJ/svelte-adapter-appengine/commit/243af43a3791d273e7bd39e38fd357eab4af6479)), closes [#50](https://www.github.com/HalfdanJ/svelte-adapter-appengine/issues/50)
* Set default expiration to none ([83a792d](https://www.github.com/HalfdanJ/svelte-adapter-appengine/commit/83a792d5a56844b13414d37bf00d0f6cbcd333d8))
* Small appyaml fixes ([#57](https://www.github.com/HalfdanJ/svelte-adapter-appengine/issues/57)) ([d19cdfc](https://www.github.com/HalfdanJ/svelte-adapter-appengine/commit/d19cdfc2e344173000dad25f43be0c5f19868f51))

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


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.1",
"version": "0.9.2",
"description": "Adapter for Svelte that integrates with Google Cloud Appengine ",
"scripts": {
"fix": "xo --fix",
Expand Down

0 comments on commit 18c4ea6

Please sign in to comment.