Skip to content

Commit cbbbb61

Browse files
release: 0.6.2 (#20)
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent 4590112 commit cbbbb61

4 files changed

Lines changed: 7 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.1"
2+
".": "0.6.2"
33
}

CHANGELOG.md

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

3+
## 0.6.2 (2026-07-24)
4+
5+
Full Changelog: [v0.6.1...v0.6.2](https://github.com/Xquik-dev/x-twitter-scraper-typescript/compare/v0.6.1...v0.6.2)
6+
37
## 0.6.1 (2026-07-24)
48

59
Full Changelog: [v0.6.0...v0.6.1](https://github.com/Xquik-dev/x-twitter-scraper-typescript/compare/v0.6.0...v0.6.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.6.1",
3+
"version": "0.6.2",
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.1'; // x-release-please-version
5+
export const VERSION = '0.6.2'; // x-release-please-version

0 commit comments

Comments
 (0)