Skip to content

Commit

Permalink
release 0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rinukkusu committed Mar 1, 2024
1 parent cef576d commit 7b2a41c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.13.2

- add codeVerifier for oauth flow
- add method to expand spotify's shortened URLs
- e.g. `await spotify.expandLink('https://spotify.link/hRkBrwub9xb')`

## 0.13.1

- fix empty playbackState returning 404
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: spotify
description: An incomplete dart library for interfacing with the Spotify Web API.
version: 0.13.1
version: 0.13.2
homepage: https://github.com/rinukkusu/spotify-dart

environment:
Expand Down

0 comments on commit 7b2a41c

Please sign in to comment.