Skip to content

Commit c989870

Browse files
release: 0.8.4 (#51)
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent afc1b32 commit c989870

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.8.3"
2+
".": "0.8.4"
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.4 (2026-08-11)
12+
13+
Full Changelog: [v0.8.3...v0.8.4](https://github.com/Xquik-dev/x-twitter-scraper-typescript/compare/v0.8.3...v0.8.4)
14+
15+
### Bug Fixes
16+
17+
* target repository for release asset uploads ([#50](https://github.com/Xquik-dev/x-twitter-scraper-typescript/issues/50)) ([afc1b32](https://github.com/Xquik-dev/x-twitter-scraper-typescript/commit/afc1b326f738e4013f16cc9477a8ebe8316000cb))
18+
1119
## 0.8.3 (2026-08-11)
1220

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

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

0 commit comments

Comments
 (0)