Skip to content

Commit 4dd713d

Browse files
release: 0.10.2
1 parent 654cf3a commit 4dd713d

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.10.1"
2+
".": "0.10.2"
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.10.2 (2026-08-11)
4+
5+
Full Changelog: [v0.10.1...v0.10.2](https://github.com/Xquik-dev/x-twitter-scraper-php/compare/v0.10.1...v0.10.2)
6+
7+
### Chores
8+
9+
* **deps:** bump actions/attest from 4.2.1 to 4.2.2 ([#36](https://github.com/Xquik-dev/x-twitter-scraper-php/issues/36)) ([654cf3a](https://github.com/Xquik-dev/x-twitter-scraper-php/commit/654cf3ab1f7e81153474c7ccfd0c71bfefae0058))
10+
311
## 0.10.1 (2026-08-11)
412

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

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.10.1
57+
composer require xquik/x-twitter-scraper:^0.10.2
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.10.1';
12+
const VERSION = '0.10.2';
1313
// x-release-please-end

0 commit comments

Comments
 (0)