Skip to content

Commit f7267b0

Browse files
authored
Merge pull request cedya77#120 from cedya77/release-please--branches--dev--components--aio-metadata
chore(dev): release 1.8.3
2 parents 56cacf3 + 2fe7c7f commit f7267b0

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "1.8.2"
2+
".": "1.8.3"
33
}
44

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.8.3](https://github.com/cedya77/aiometadata/compare/v1.8.2...v1.8.3) (2025-11-14)
6+
7+
8+
### Bug Fixes
9+
10+
* **cache:** fix cache key mismatch in meta wrap smart by aligning animeIdProvider logic ([c4571e4](https://github.com/cedya77/aiometadata/commit/c4571e44444fa1fa54379d63638faa8b79358f7e))
11+
* **tvdb genre:** TVDB genres pagination by using correct pageSize from env var ([1fef78e](https://github.com/cedya77/aiometadata/commit/1fef78e467d24a54543d98f4a92d6644620b66fa))
12+
513
## [1.8.2](https://github.com/cedya77/aiometadata/compare/v1.8.1...v1.8.2) (2025-11-13)
614

715

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aio-metadata",
3-
"version": "1.8.2",
3+
"version": "1.8.3",
44
"description": "Metadata provider for Stremio",
55
"main": "server.js",
66
"scripts": {

0 commit comments

Comments
 (0)