Skip to content

Commit

Permalink
minor version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
fostertheweb committed Jul 10, 2024
1 parent 0777071 commit 72910c5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @fostertheweb/spotify-web-sdk

## 1.3.0

### Minor Changes

- Support async cache stores

## 1.2.3

### Patch Changes
Expand All @@ -10,5 +16,5 @@

### Patch Changes

- [`1a734fb`](https://github.com/fostertheweb/spotify-web-sdk/commit/1a734fbc8e930832864a7e02ddbd0ba3ea3e6700) Thanks @zhammer and @inferrinizzard - Export ProvidedAccessTokenStrategy from library entrypoint.
- [`1a734fb`](https://github.com/fostertheweb/spotify-web-sdk/commit/1a734fbc8e930832864a7e02ddbd0ba3ea3e6700) Thanks @zhammer and @inferrinizzard - Export ProvidedAccessTokenStrategy from library entrypoint.
Update playlist output type in SearchResultsMap.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docs",
"type": "module",
"version": "1.2.1",
"version": "1.3.0",
"private": true,
"scripts": {
"dev": "astro dev",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fostertheweb/spotify-web-sdk",
"version": "1.2.3",
"version": "1.3.0",
"description": "A TypeScript SDK for the Spotify Web API",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 72910c5

Please sign in to comment.