[PR #30] [MERGED] release: 0.16.1 #27

Closed
opened 2026-02-27 19:14:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cjavdev/spotted-ts/pull/30
Author: @stainless-app[bot]
Created: 1/7/2026
Status: Merged
Merged: 1/7/2026
Merged by: @stainless-app[bot]

Base: mainHead: release-please--branches--main--changes--next--components--spotted-ts


📝 Commits (3)

  • 1744e7b chore: break long lines in snippets into multiline
  • 1caa121 fix(mcp): fix options parsing
  • 6c021c2 release: 0.16.1

📊 Changes

23 files changed (+108 additions, -27 deletions)

View changed files

📝 .release-please-manifest.json (+1 -1)
📝 CHANGELOG.md (+13 -0)
📝 README.md (+3 -1)
📝 jsr.json (+1 -1)
📝 package.json (+1 -1)
📝 packages/mcp-server/package.json (+1 -1)
📝 packages/mcp-server/src/options.ts (+2 -2)
📝 packages/mcp-server/src/server.ts (+1 -1)
📝 packages/mcp-server/tests/options.test.ts (+4 -4)
📝 src/version.ts (+1 -1)
📝 tests/api-resources/albums.test.ts (+5 -1)
📝 tests/api-resources/artists.test.ts (+6 -1)
📝 tests/api-resources/audiobooks.test.ts (+5 -1)
📝 tests/api-resources/browse/browse.test.ts (+5 -1)
📝 tests/api-resources/browse/categories.test.ts (+5 -1)
📝 tests/api-resources/me/albums.test.ts (+8 -1)
📝 tests/api-resources/me/episodes.test.ts (+8 -1)
📝 tests/api-resources/me/player/player.test.ts (+5 -1)
📝 tests/api-resources/me/top.test.ts (+10 -2)
📝 tests/api-resources/me/tracks.test.ts (+8 -1)

...and 3 more files

📄 Description

Automated Release PR

0.16.1 (2026-01-07)

Full Changelog: v0.16.0...v0.16.1

Bug Fixes

  • mcp: fix options parsing (1caa121)

Chores

  • break long lines in snippets into multiline (1744e7b)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cjavdev/spotted-ts/pull/30 **Author:** [@stainless-app[bot]](https://github.com/apps/stainless-app) **Created:** 1/7/2026 **Status:** ✅ Merged **Merged:** 1/7/2026 **Merged by:** [@stainless-app[bot]](https://github.com/apps/stainless-app) **Base:** `main` ← **Head:** `release-please--branches--main--changes--next--components--spotted-ts` --- ### 📝 Commits (3) - [`1744e7b`](https://github.com/cjavdev/spotted-ts/commit/1744e7bdb52576e8ca26309fddb5826909816f94) chore: break long lines in snippets into multiline - [`1caa121`](https://github.com/cjavdev/spotted-ts/commit/1caa1219dea07c48e6fa457678e08e54af3d84f4) fix(mcp): fix options parsing - [`6c021c2`](https://github.com/cjavdev/spotted-ts/commit/6c021c29c167805477055c92a47b04a6bc68ff3d) release: 0.16.1 ### 📊 Changes **23 files changed** (+108 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `.release-please-manifest.json` (+1 -1) 📝 `CHANGELOG.md` (+13 -0) 📝 `README.md` (+3 -1) 📝 `jsr.json` (+1 -1) 📝 `package.json` (+1 -1) 📝 `packages/mcp-server/package.json` (+1 -1) 📝 `packages/mcp-server/src/options.ts` (+2 -2) 📝 `packages/mcp-server/src/server.ts` (+1 -1) 📝 `packages/mcp-server/tests/options.test.ts` (+4 -4) 📝 `src/version.ts` (+1 -1) 📝 `tests/api-resources/albums.test.ts` (+5 -1) 📝 `tests/api-resources/artists.test.ts` (+6 -1) 📝 `tests/api-resources/audiobooks.test.ts` (+5 -1) 📝 `tests/api-resources/browse/browse.test.ts` (+5 -1) 📝 `tests/api-resources/browse/categories.test.ts` (+5 -1) 📝 `tests/api-resources/me/albums.test.ts` (+8 -1) 📝 `tests/api-resources/me/episodes.test.ts` (+8 -1) 📝 `tests/api-resources/me/player/player.test.ts` (+5 -1) 📝 `tests/api-resources/me/top.test.ts` (+10 -2) 📝 `tests/api-resources/me/tracks.test.ts` (+8 -1) _...and 3 more files_ </details> ### 📄 Description Automated Release PR --- ## 0.16.1 (2026-01-07) Full Changelog: [v0.16.0...v0.16.1](https://github.com/cjavdev/spotted-ts/compare/v0.16.0...v0.16.1) ### Bug Fixes * **mcp:** fix options parsing ([1caa121](https://github.com/cjavdev/spotted-ts/commit/1caa1219dea07c48e6fa457678e08e54af3d84f4)) ### Chores * break long lines in snippets into multiline ([1744e7b](https://github.com/cjavdev/spotted-ts/commit/1744e7bdb52576e8ca26309fddb5826909816f94)) --- This pull request is managed by Stainless's [GitHub App](https://github.com/apps/stainless-app). The [semver version number](https://semver.org/#semantic-versioning-specification-semver) is based on included [commit messages](https://www.conventionalcommits.org/en/v1.0.0/). Alternatively, you can manually set the version number in the title of this pull request. For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request. 🔗 Stainless [website](https://www.stainlessapi.com) 📚 Read the [docs](https://app.stainlessapi.com/docs) 🙋 [Reach out](mailto:support@stainlessapi.com) for help or questions --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem closed this issue 2026-02-27 19:14:42 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotted-ts#27
No description provided.