Skip to content

Commit

Permalink
chore(release): 0.8.4 [skip ci]
Browse files Browse the repository at this point in the history
## [0.8.4](v0.8.3...v0.8.4) (2021-05-30)

### Bug Fixes

* specify minimum nodejs version in package.json ([#98](#98)) ([456da34](456da34))
  • Loading branch information
semantic-release-bot committed May 30, 2021
1 parent 456da34 commit 858f300
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.8.4](https://github.com/jthegedus/svelte-adapter-firebase/compare/v0.8.3...v0.8.4) (2021-05-30)


### Bug Fixes

* specify minimum nodejs version in package.json ([#98](https://github.com/jthegedus/svelte-adapter-firebase/issues/98)) ([456da34](https://github.com/jthegedus/svelte-adapter-firebase/commit/456da349d359470002dadb841acce5cbb0b8589a))

## [0.8.3](https://github.com/jthegedus/svelte-adapter-firebase/compare/v0.8.2...v0.8.3) (2021-05-30)


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

0 comments on commit 858f300

Please sign in to comment.