Skip to content

Commit 9896770

Browse files
release: 0.2.2
1 parent 8d85111 commit 9896770

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.1"
2+
".": "0.2.2"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 0.2.2 (2026-02-20)
4+
5+
Full Changelog: [v0.2.1...v0.2.2](https://github.com/stainless-commons/spotify-typescript/compare/v0.2.1...v0.2.2)
6+
7+
### Chores
8+
9+
* **internal:** remove mock server code ([14035d4](https://github.com/stainless-commons/spotify-typescript/commit/14035d4a33e94790f906e6ef5185581519f8a058))
10+
* update mock server docs ([8d85111](https://github.com/stainless-commons/spotify-typescript/commit/8d851110125a087bd687ebf9e4828d972beb23bd))
11+
312
## 0.2.1 (2026-02-18)
413

514
Full Changelog: [v0.2.0...v0.2.1](https://github.com/stainless-commons/spotify-typescript/compare/v0.2.0...v0.2.1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stainless-commons/spotify",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "The official TypeScript library for the Spotify API",
55
"author": "Spotify <commons@stainless.com>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.2.1'; // x-release-please-version
1+
export const VERSION = '0.2.2'; // x-release-please-version

0 commit comments

Comments
 (0)