diff --git a/.changeset/plenty-guests-clap.md b/.changeset/plenty-guests-clap.md deleted file mode 100644 index 1025924..0000000 --- a/.changeset/plenty-guests-clap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'svelte-podcast': patch ---- - -fix to allow override of internal types diff --git a/CHANGELOG.md b/CHANGELOG.md index 50af32a..0383725 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # svelte-podcast +## 0.3.4 + +### Patch Changes + +- ff5caf2: fix to allow override of internal types + ## 0.3.3 ### Patch Changes diff --git a/package.json b/package.json index 4961f7b..e92b624 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-podcast", - "version": "0.3.3", + "version": "0.3.4", "license": "MIT", "author": "Ollie Taylor", "homepage": "https://github.com/OllieJT/svelte-podcast/blob/main/README.md",