Skip to content

Commit 2acf196

Browse files
release: 0.3.0
1 parent 937fc41 commit 2acf196

4 files changed

Lines changed: 11 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.2"
2+
".": "0.3.0"
33
}

CHANGELOG.md

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

3+
## 0.3.0 (2026-02-23)
4+
5+
Full Changelog: [v0.2.2...v0.3.0](https://github.com/stainless-commons/spotify-typescript/compare/v0.2.2...v0.3.0)
6+
7+
### Features
8+
9+
* **api:** manual updates ([0e051f4](https://github.com/stainless-commons/spotify-typescript/commit/0e051f4ec1d02c0ad7621592e704ce87beb32e79))
10+
311
## 0.2.2 (2026-02-20)
412

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

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.2",
3+
"version": "0.3.0",
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.2'; // x-release-please-version
1+
export const VERSION = '0.3.0'; // x-release-please-version

0 commit comments

Comments
 (0)