Skip to content

Commit

Permalink
chore(release): 0.6.4 [skip ci]
Browse files Browse the repository at this point in the history
## [0.6.4](v0.6.3...v0.6.4) (2021-05-10)

### Bug Fixes

* export firebaseJsonDir from config parser func ([#48](#48)) ([5ec2e18](5ec2e18))
  • Loading branch information
semantic-release-bot committed May 10, 2021
1 parent 5ec2e18 commit 7269bcf
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.4](https://github.com/jthegedus/svelte-adapter-firebase/compare/v0.6.3...v0.6.4) (2021-05-10)


### Bug Fixes

* export firebaseJsonDir from config parser func ([#48](https://github.com/jthegedus/svelte-adapter-firebase/issues/48)) ([5ec2e18](https://github.com/jthegedus/svelte-adapter-firebase/commit/5ec2e184669a036941e5ad48477b93aa67ffbf85))

## [0.6.3](https://github.com/jthegedus/svelte-adapter-firebase/compare/v0.6.2...v0.6.3) (2021-05-07)


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.3",
"version": "0.6.4",
"type": "module",
"exports": {
"import": "./src/index.js"
Expand Down

0 comments on commit 7269bcf

Please sign in to comment.