Skip to content

Commit 4ad359a

Browse files
release: 0.12.5
1 parent 55cf4e1 commit 4ad359a

4 files changed

Lines changed: 17 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.4"
2+
".": "0.12.5"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## Unreleased
44

5+
## 0.12.5 (2026-09-06)
6+
7+
Full Changelog: [v0.12.4...v0.12.5](https://github.com/Xquik-dev/x-twitter-scraper-typescript/compare/v0.12.4...v0.12.5)
8+
9+
### Bug Fixes
10+
11+
* preserve SDK checkouts during dependency installation ([#72](https://github.com/Xquik-dev/x-twitter-scraper-typescript/issues/72)) ([55cf4e1](https://github.com/Xquik-dev/x-twitter-scraper-typescript/commit/55cf4e153791f9cdcbe0d6151cc0d07995c99258))
12+
13+
14+
### Documentation
15+
16+
* enforce source LOC reduction ([#66](https://github.com/Xquik-dev/x-twitter-scraper-typescript/issues/66)) ([0887a22](https://github.com/Xquik-dev/x-twitter-scraper-typescript/commit/0887a2267c5d2e480cfee94b1787f3e3211ca06e))
17+
* split MCP agent Skills ([#68](https://github.com/Xquik-dev/x-twitter-scraper-typescript/issues/68)) ([508e95a](https://github.com/Xquik-dev/x-twitter-scraper-typescript/commit/508e95a061da94c907c76a7873d1c7cd308c58e3))
18+
519
## 0.12.4 (2026-08-21)
620

721
Full Changelog: [v0.12.3...v0.12.4](https://github.com/Xquik-dev/x-twitter-scraper-typescript/compare/v0.12.3...v0.12.4)

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.4",
3+
"version": "0.12.5",
44
"description": "TypeScript SDK & agent Skills for Twitter search, followers, webhooks, MCP & X automation. 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.4'; // x-release-please-version
5+
export const VERSION = '0.12.5'; // x-release-please-version

0 commit comments

Comments
 (0)