Version Packages (#11)

This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## svelte-podcast@0.1.1

### Patch Changes

-   549d858: Fixes release build
This commit is contained in:
Ollie Taylor
2023-02-23 23:16:53 +00:00
committed by GitHub
3 changed files with 7 additions and 6 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'svelte-podcast': patch
---
Fixes release build
+6
View File
@@ -1,5 +1,11 @@
# svelte-podcast # svelte-podcast
## 0.1.1
### Patch Changes
- 549d858: Fixes release build
## 0.1.0 ## 0.1.0
### Minor Changes ### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "svelte-podcast", "name": "svelte-podcast",
"version": "0.1.0", "version": "0.1.1",
"license": "MIT", "license": "MIT",
"author": "Ollie Taylor", "author": "Ollie Taylor",
"homepage": "https://github.com/OllieJT/svelte-podcast/blob/main/README.md", "homepage": "https://github.com/OllieJT/svelte-podcast/blob/main/README.md",