Skip to content

Commit 7acf0bd

Browse files
release: 0.8.0 (#30)
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent 986132c commit 7acf0bd

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.7.1"
2+
".": "0.8.0"
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.8.0 (2026-07-31)
12+
13+
Full Changelog: [v0.7.1...v0.8.0](https://github.com/Xquik-dev/x-twitter-scraper-typescript/compare/v0.7.1...v0.8.0)
14+
15+
### Features
16+
17+
* **api:** align reply extraction contracts ([#29](https://github.com/Xquik-dev/x-twitter-scraper-typescript/issues/29)) ([986132c](https://github.com/Xquik-dev/x-twitter-scraper-typescript/commit/986132c28a0059bde23d727c323b99fec6ef4a60))
18+
1119
## 0.7.1 (2026-07-30)
1220

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

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

0 commit comments

Comments
 (0)