Skip to content

Commit

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

### Bug Fixes

* treat `firebase.json` as root dir for Firebase resources ([#43](#43)) ([82c8493](82c8493))
  • Loading branch information
semantic-release-bot committed May 7, 2021
1 parent 82c8493 commit 5b3fad1
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.2](https://github.com/jthegedus/svelte-adapter-firebase/compare/v0.6.1...v0.6.2) (2021-05-07)


### Bug Fixes

* treat `firebase.json` as root dir for Firebase resources ([#43](https://github.com/jthegedus/svelte-adapter-firebase/issues/43)) ([82c8493](https://github.com/jthegedus/svelte-adapter-firebase/commit/82c8493403199b82645eed8138fe04e79a108453))

## [0.6.1](https://github.com/jthegedus/svelte-adapter-firebase/compare/v0.6.0...v0.6.1) (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.1",
"version": "0.6.2",
"type": "module",
"exports": {
"import": "./src/index.js"
Expand Down

0 comments on commit 5b3fad1

Please sign in to comment.