Skip to content

Commit 3287266

Browse files
release: 0.12.1 (#58)
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent d21067f commit 3287266

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.12.0"
2+
".": "0.12.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
* clarify which credential, checkout, and guest-wallet operations stay outside MCP
99
* refresh the bundled SkillSpector v2.3.7 evidence with 0 findings
1010

11+
## 0.12.1 (2026-08-18)
12+
13+
Full Changelog: [v0.12.0...v0.12.1](https://github.com/Xquik-dev/x-twitter-scraper-typescript/compare/v0.12.0...v0.12.1)
14+
15+
### Chores
16+
17+
* refresh compatible TypeScript tooling ([#56](https://github.com/Xquik-dev/x-twitter-scraper-typescript/issues/56)) ([d21067f](https://github.com/Xquik-dev/x-twitter-scraper-typescript/commit/d21067f13335c3294041fc21c841cf032ebec99e))
18+
1119
## 0.12.0 (2026-08-12)
1220

1321
Full Changelog: [v0.11.0...v0.12.0](https://github.com/Xquik-dev/x-twitter-scraper-typescript/compare/v0.11.0...v0.12.0)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "x-twitter-scraper",
3-
"version": "0.12.0",
3+
"version": "0.12.1",
44
"description": "Xquik TypeScript SDK & agent Skills for X/Twitter data, automation, MCP & webhooks. Not affiliated with X Corp.",
55
"author": "Xquik <support@xquik.com>",
66
"types": "dist/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
//
33
// SPDX-License-Identifier: Apache-2.0
44

5-
export const VERSION = '0.12.0'; // x-release-please-version
5+
export const VERSION = '0.12.1'; // x-release-please-version

0 commit comments

Comments
 (0)