Skip to content

Commit f0adf52

Browse files
release: 0.2.0
1 parent 039ba17 commit f0adf52

4 files changed

Lines changed: 13 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.1.0"
2+
".": "0.2.0"
33
}

CHANGELOG.md

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

3+
## 0.2.0 (2026-02-17)
4+
5+
Full Changelog: [v0.1.0...v0.2.0](https://github.com/stainless-commons/spotify-typescript/compare/v0.1.0...v0.2.0)
6+
7+
### Features
8+
9+
* **api:** manual updates ([039ba17](https://github.com/stainless-commons/spotify-typescript/commit/039ba17b718a78818f3e850782c75ff98a075d23))
10+
* **api:** manual updates ([80e037a](https://github.com/stainless-commons/spotify-typescript/commit/80e037a4ac2c6c988cfcb016e7850218579f2a73))
11+
* **api:** manual updates ([30db47d](https://github.com/stainless-commons/spotify-typescript/commit/30db47d899b637d90ebff037849def3fefbacdb6))
12+
313
## 0.1.0 (2026-02-16)
414

515
Full Changelog: [v0.0.1...v0.1.0](https://github.com/stainless-commons/spotify-typescript/compare/v0.0.1...v0.1.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.1.0",
3+
"version": "0.2.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.1.0'; // x-release-please-version
1+
export const VERSION = '0.2.0'; // x-release-please-version

0 commit comments

Comments
 (0)