Skip to content

Commit afe6d06

Browse files
release: 0.5.0
1 parent e5856a1 commit afe6d06

4 files changed

Lines changed: 25 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.4.0"
2+
".": "0.5.0"
33
}

CHANGELOG.md

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

3+
## 0.5.0 (2026-03-07)
4+
5+
Full Changelog: [v0.4.0...v0.5.0](https://github.com/stainless-commons/spotify-typescript/compare/v0.4.0...v0.5.0)
6+
7+
### Features
8+
9+
* **api:** api update ([f5b1d5d](https://github.com/stainless-commons/spotify-typescript/commit/f5b1d5de361659231e7dce85d9eaaea58c7a275e))
10+
11+
12+
### Bug Fixes
13+
14+
* **client:** preserve URL params already embedded in path ([e5856a1](https://github.com/stainless-commons/spotify-typescript/commit/e5856a1b2b4d98f9676985a2b48c895709e32cab))
15+
* **docs/contributing:** correct pnpm link command ([2218729](https://github.com/stainless-commons/spotify-typescript/commit/2218729071f9670d3499d27cac7e064da28db02a))
16+
17+
18+
### Chores
19+
20+
* **ci:** skip uploading artifacts on stainless-internal branches ([79c0b67](https://github.com/stainless-commons/spotify-typescript/commit/79c0b67c68c33383378838b706eda20d45510d5d))
21+
* **internal:** codegen related update ([c989f3d](https://github.com/stainless-commons/spotify-typescript/commit/c989f3d049fb2bfb57a643fc966ce7aa1b005516))
22+
* **internal:** move stringifyQuery implementation to internal function ([6e16469](https://github.com/stainless-commons/spotify-typescript/commit/6e16469e131fee1d5b928d3bf09098bd7fa9a94e))
23+
* **internal:** upgrade pnpm version ([5ac3724](https://github.com/stainless-commons/spotify-typescript/commit/5ac3724a8aad0f4eea633be44a662d58090a0ebc))
24+
325
## 0.4.0 (2026-02-23)
426

527
Full Changelog: [v0.3.0...v0.4.0](https://github.com/stainless-commons/spotify-typescript/compare/v0.3.0...v0.4.0)

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.4.0",
3+
"version": "0.5.0",
44
"description": "Stainless Commons TypeScript SDK 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.4.0'; // x-release-please-version
1+
export const VERSION = '0.5.0'; // x-release-please-version

0 commit comments

Comments
 (0)