Skip to content

Commit bebfea4

Browse files
release: 0.1.0
1 parent a4c4e7d commit bebfea4

3 files changed

Lines changed: 13 additions & 2 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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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-php/compare/v0.0.1...v0.1.0)
6+
7+
### Features
8+
9+
* **api:** api update ([caea052](https://github.com/Xquik-dev/x-twitter-scraper-php/commit/caea05264accc0211005799ca50dbac73df70b45))
10+
* **api:** api update ([65f8519](https://github.com/Xquik-dev/x-twitter-scraper-php/commit/65f851931946da17c1d8c41873fc68e36d7a88d4))
11+
* **api:** api update ([103737b](https://github.com/Xquik-dev/x-twitter-scraper-php/commit/103737bd4aa8809ac50637b94ddb26bce6358c9b))

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
namespace XTwitterScraper;
66

77
// x-release-please-start-version
8-
const VERSION = '0.0.1';
8+
const VERSION = '0.1.0';
99
// x-release-please-end

0 commit comments

Comments
 (0)