Skip to content

Commit e088271

Browse files
committed
version: Bump version 4.4.2
1 parent b7ce2eb commit e088271

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](https://semver.org/).
77

8-
## [Unreleased]
8+
## [4.4.2] - 2025-05-14
99

1010
### Added
1111

1212
- Add cache support for `Following` timeline. [#226](https://github.com/EltonChou/TwitterMediaHarvest/issues/226)
1313

14+
### Fixed
15+
16+
- Fix issue that error response would be cached.
17+
- Fix issue that X api request cannot be generated correctly.
18+
1419
## [4.4.1] - 2025-05-03
1520

1621
### Added
@@ -271,6 +276,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
271276
- Fixed download button color in reply-restricted tweet.
272277
- Fixed media checking in embed tweet.
273278

279+
[4.4.2]: https://github.com/EltonChou/TwitterMediaHarvest/compare/v4.4.1...v4.4.2
274280
[4.4.1]: https://github.com/EltonChou/TwitterMediaHarvest/compare/v4.4.0...v4.4.1
275281
[4.4.0]: https://github.com/EltonChou/TwitterMediaHarvest/compare/v4.3.0...v4.4.0
276282
[4.3.0]: https://github.com/EltonChou/TwitterMediaHarvest/compare/v4.2.9...v4.3.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twitter-media-harvest",
3-
"version": "4.4.1",
3+
"version": "4.4.2",
44
"type": "module",
55
"description": "The easiest way to get media from twitter-timeline.",
66
"engines": {

0 commit comments

Comments
 (0)