We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb8f7fa commit b3eb4d9Copy full SHA for b3eb4d9
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
This documents the user-facing changes for each version
4
5
+## 0.7.2
6
+
7
+- Fix displaying names for Spotify podcast episodes after Spotify API changes
8
9
## 0.7.1
10
11
- Fix displaying names for Spotify tracks after Spotify API changes
package.json
@@ -1,6 +1,6 @@
1
{
"name": "queue-manager",
- "version": "0.7.1",
+ "version": "0.7.2",
"private": true,
"scripts": {
"update-types": "curl -s -o ./src/types/spicetify.d.ts https://raw.githubusercontent.com/spicetify/spicetify-cli/master/globals.d.ts",
0 commit comments