Skip to content

Commit c1b40da

Browse files
release: 0.7.0
1 parent 8dd7565 commit c1b40da

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.6.2"
2+
".": "0.7.0"
33
}

CHANGELOG.md

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

3+
## 0.7.0 (2026-07-29)
4+
5+
Full Changelog: [v0.6.2...v0.7.0](https://github.com/Xquik-dev/x-twitter-scraper-typescript/compare/v0.6.2...v0.7.0)
6+
7+
### Features
8+
9+
* **api:** api update ([8dd7565](https://github.com/Xquik-dev/x-twitter-scraper-typescript/commit/8dd7565b670085b6ad7c09fc6dbcae0352aba9b7))
10+
311
## 0.6.2 (2026-07-24)
412

513
Full Changelog: [v0.6.1...v0.6.2](https://github.com/Xquik-dev/x-twitter-scraper-typescript/compare/v0.6.1...v0.6.2)

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

0 commit comments

Comments
 (0)