Skip to content

Commit

Permalink
Merge pull request #26 from HalfdanJ/release-v0.6.0
Browse files Browse the repository at this point in the history
chore: release 0.6.0
  • Loading branch information
HalfdanJ authored Mar 26, 2022
2 parents d30e1a5 + c1dca63 commit 1f4353f
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.6.0](https://www.github.com/HalfdanJ/svelte-adapter-appengine/compare/v0.5.1...v0.6.0) (2022-03-26)


### ⚠ BREAKING CHANGES

* Update to support sveltekit >= 292

### Code Refactoring

* Update to support sveltekit >= 292 ([885b03d](https://www.github.com/HalfdanJ/svelte-adapter-appengine/commit/885b03d2f97378836b6821161480f0a54c43ecd0))

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


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

0 comments on commit 1f4353f

Please sign in to comment.