Skip to content

Commit 756f67e

Browse files
release: 0.1.0
1 parent 2dea6ac commit 756f67e

4 files changed

Lines changed: 19 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.0.1"
2+
".": "0.1.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
## 0.1.0 (2026-03-30)
4+
5+
Full Changelog: [v0.0.1...v0.1.0](https://github.com/Xquik-dev/x-twitter-scraper-typescript/compare/v0.0.1...v0.1.0)
6+
7+
### Features
8+
9+
* **api:** api update ([9d928b9](https://github.com/Xquik-dev/x-twitter-scraper-typescript/commit/9d928b92168e9e8711bd2b1d6922c6d22fc96616))
10+
* **api:** api update ([1ba6110](https://github.com/Xquik-dev/x-twitter-scraper-typescript/commit/1ba61100f91a5e080b41bc85cd2bdcfd3dd1d25f))
11+
* **api:** api update ([942874e](https://github.com/Xquik-dev/x-twitter-scraper-typescript/commit/942874ee1a2882fc7777c33b2ada87502cb16c5e))
12+
13+
14+
### Chores
15+
16+
* update SDK settings ([23f8e61](https://github.com/Xquik-dev/x-twitter-scraper-typescript/commit/23f8e61a83107471bdefe08050d320182103ac94))

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.0.1",
3+
"version": "0.1.0",
44
"description": "The official TypeScript library for the X Twitter Scraper API",
55
"author": "X Twitter Scraper <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
@@ -1 +1 @@
1-
export const VERSION = '0.0.1'; // x-release-please-version
1+
export const VERSION = '0.1.0'; // x-release-please-version

0 commit comments

Comments
 (0)