Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Jongejan committed Feb 23, 2022
2 parents 8109808 + 10fbff6 commit c8e8c5f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.5.0](https://www.github.com/HalfdanJ/svelte-adapter-appengine/compare/v0.4.0...v0.5.0) (2022-02-23)


### ⚠ BREAKING CHANGES

* Refactor to support changes in sveltekit 280

### Code Refactoring

* Refactor to support changes in sveltekit 280 ([e3086af](https://www.github.com/HalfdanJ/svelte-adapter-appengine/commit/e3086af4366d29be1424e974f4936cc39353b05e))

## [0.4.0](https://www.github.com/HalfdanJ/svelte-adapter-appengine/compare/v0.3.0...v0.4.0) (2022-01-20)


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

0 comments on commit c8e8c5f

Please sign in to comment.