Version Packages

This commit is contained in:
github-actions[bot]
2023-02-25 18:36:25 +00:00
parent 0d841d095a
commit 74be4d649d
3 changed files with 11 additions and 10 deletions
-9
View File
@@ -1,9 +0,0 @@
---
'svelte-podcast': minor
---
Improvements to audio stores:
- Adds missing `is_paused` value.
- Fixes to `start_at` value
- Refactors localStorage stores & user preferences
+10
View File
@@ -1,5 +1,15 @@
# svelte-podcast # svelte-podcast
## 0.5.0
### Minor Changes
- feba0d4: Improvements to audio stores:
- Adds missing `is_paused` value.
- Fixes to `start_at` value
- Refactors localStorage stores & user preferences
## 0.4.0 ## 0.4.0
### Minor Changes ### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "svelte-podcast", "name": "svelte-podcast",
"version": "0.4.0", "version": "0.5.0",
"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",