Skip to content

Commit

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

### Bug Fixes

* use SK computed config to determine if static dirs differ ([#97](#97)) ([53e3c97](53e3c97))
  • Loading branch information
semantic-release-bot committed May 30, 2021
1 parent 53e3c97 commit 9d042d7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.8.3](https://github.com/jthegedus/svelte-adapter-firebase/compare/v0.8.2...v0.8.3) (2021-05-30)


### Bug Fixes

* use SK computed config to determine if static dirs differ ([#97](https://github.com/jthegedus/svelte-adapter-firebase/issues/97)) ([53e3c97](https://github.com/jthegedus/svelte-adapter-firebase/commit/53e3c97d321fa8a29dfa44059927291893d4ee2a))

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


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"serverless",
"ssr"
],
"version": "0.8.2",
"version": "0.8.3",
"type": "module",
"exports": {
"import": "./src/index.js"
Expand Down Expand Up @@ -59,7 +59,7 @@
"test": "xo && ava",
"test:e2e": "./tests/e2e-healthcheck.sh"
},
"xo":{
"xo": {
"ignores": [
"examples"
],
Expand Down

0 comments on commit 9d042d7

Please sign in to comment.