Skip to content

Commit

Permalink
chore(release): 0.6.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.6.1](v0.6.0...v0.6.1) (2021-05-06)

### Bug Fixes

* handle empty deps when cloud run target ([#41](#41)) ([b7719bd](b7719bd))
  • Loading branch information
semantic-release-bot committed May 6, 2021
1 parent b7719bd commit 9c6febf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.6.1](https://github.com/jthegedus/svelte-adapter-firebase/compare/v0.6.0...v0.6.1) (2021-05-06)


### Bug Fixes

* handle empty deps when cloud run target ([#41](https://github.com/jthegedus/svelte-adapter-firebase/issues/41)) ([b7719bd](https://github.com/jthegedus/svelte-adapter-firebase/commit/b7719bd486de71ceccdc57c5703de49cdb3f9f77))

# [0.6.0](https://github.com/jthegedus/svelte-adapter-firebase/compare/v0.5.2...v0.6.0) (2021-05-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"serverless",
"ssr"
],
"version": "0.6.0",
"version": "0.6.1",
"type": "module",
"exports": {
"import": "./src/index.js"
Expand Down

0 comments on commit 9c6febf

Please sign in to comment.