Skip to content

Commit 12ff2a7

Browse files
release: 0.12.0
1 parent c27b9f5 commit 12ff2a7

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.11.0"
2+
".": "0.12.0"
33
}

CHANGELOG.md

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

3+
## 0.12.0 (2026-08-11)
4+
5+
Full Changelog: [v0.11.0...v0.12.0](https://github.com/Xquik-dev/x-twitter-scraper-php/compare/v0.11.0...v0.12.0)
6+
7+
### Features
8+
9+
* **api:** api update ([3b9ba25](https://github.com/Xquik-dev/x-twitter-scraper-php/commit/3b9ba25a54a6b41e5e6e497f57eb3c9b23f3b2f0))
10+
311
## 0.11.0 (2026-08-11)
412

513
Full Changelog: [v0.10.2...v0.11.0](https://github.com/Xquik-dev/x-twitter-scraper-php/compare/v0.10.2...v0.11.0)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Install the package from Packagist with Composer:
5454
<!-- x-release-please-start-version -->
5555

5656
```sh
57-
composer require xquik/x-twitter-scraper:^0.11.0
57+
composer require xquik/x-twitter-scraper:^0.12.0
5858
```
5959

6060
<!-- x-release-please-end -->

src/Version.php

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

1111
// x-release-please-start-version
12-
const VERSION = '0.11.0';
12+
const VERSION = '0.12.0';
1313
// x-release-please-end

0 commit comments

Comments
 (0)