Skip to content

Commit

Permalink
chore: release 0.10.0 (#69)
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 Feb 4, 2023
1 parent 6db2125 commit 5cef1f8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.10.0](https://www.github.com/HalfdanJ/svelte-adapter-appengine/compare/v0.9.3...v0.10.0) (2023-02-04)


### Features

* Add option to select GAE nodejs version ([#70](https://www.github.com/HalfdanJ/svelte-adapter-appengine/issues/70)) ([6db2125](https://www.github.com/HalfdanJ/svelte-adapter-appengine/commit/6db21252334f50050ac010a8baf4a12fc678b8a7))
* Add support for Google Cloud Logging ([#67](https://www.github.com/HalfdanJ/svelte-adapter-appengine/issues/67)) ([0dcc8a7](https://www.github.com/HalfdanJ/svelte-adapter-appengine/commit/0dcc8a78cefe44045b46beab755cfab88a86a788))


### Bug Fixes

* Add favicon to app.yaml ([#68](https://www.github.com/HalfdanJ/svelte-adapter-appengine/issues/68)) ([25ddfc2](https://www.github.com/HalfdanJ/svelte-adapter-appengine/commit/25ddfc2bdeb117cc9925c7a543aadf39707ef4ac))

### [0.9.3](https://www.github.com/HalfdanJ/svelte-adapter-appengine/compare/v0.9.2...v0.9.3) (2023-01-21)


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

0 comments on commit 5cef1f8

Please sign in to comment.