Skip to content

Commit 474d381

Browse files
release: 0.6.1
1 parent 6018a6d commit 474d381

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.6.0"
2+
".": "0.6.1"
33
}

CHANGELOG.md

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

3+
## 0.6.1 (2026-07-24)
4+
5+
Full Changelog: [v0.6.0...v0.6.1](https://github.com/Xquik-dev/x-twitter-scraper-typescript/compare/v0.6.0...v0.6.1)
6+
7+
### Chores
8+
9+
* add per-file license evidence ([f212f91](https://github.com/Xquik-dev/x-twitter-scraper-typescript/commit/f212f915fc75595d1f404bd65abb8a189ea1ba4e))
10+
* enforce OpenSSF Gold quality gates ([a89c2b2](https://github.com/Xquik-dev/x-twitter-scraper-typescript/commit/a89c2b2d1ad3ffc0286d14506986525559bba7d7))
11+
12+
13+
### Documentation
14+
15+
* clarify repository discovery ([4d847a9](https://github.com/Xquik-dev/x-twitter-scraper-typescript/commit/4d847a9dfdc07433cca2ee584e0d118091c4ac3c))
16+
317
## 0.6.0 (2026-07-23)
418

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

0 commit comments

Comments
 (0)