Skip to content

Commit 0e9f6d9

Browse files
author
Inside4ndroid
committed
chore(release): bump version to 1.0.2, standardize Docker port 8787, update CHANGELOG and README badge
1 parent 3433c09 commit 0e9f6d9

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
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.
44

5+
## [1.0.2] - 2025-09-17
6+
7+
### Fixed
8+
- Standardized Docker port to `8787` everywhere (Dockerfile `EXPOSE`, compose `ports`, healthchecks, and README examples). Previous release notes mentioned 8787 but some environments weren't reset; this release ensures consistency.
9+
10+
### Documentation
11+
- Updated README version badge to 1.0.2 and verified Docker commands use `-p 8787:8787`.
12+
513
## [1.0.1] - 2025-09-17
614

715
### Added
@@ -29,7 +37,8 @@ All notable changes to this project will be documented in this file.
2937
## [1.0.0] - 2025-09-16
3038
- Initial stable release.
3139

32-
[1.0.1]: https://github.com/Inside4ndroid/TMDB-Embed-API/compare/v1.0.0...v1.0.1# Changelog
40+
[1.0.2]: https://github.com/Inside4ndroid/TMDB-Embed-API/compare/v1.0.1...v1.0.2
41+
[1.0.1]: https://github.com/Inside4ndroid/TMDB-Embed-API/compare/v1.0.0...v1.0.1
3342

3443
## [1.0.0] - 2025-09-16
3544

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<img src="https://img.shields.io/badge/Node.js-18%2B-brightgreen?style=flat" />
77
<img src="https://img.shields.io/badge/Status-Active-success?style=flat" />
88
<img src="https://img.shields.io/badge/License-MIT-blue?style=flat" />
9-
<img src="https://img.shields.io/badge/Version-1.0.1-informational?style=flat" />
9+
<img src="https://img.shields.io/badge/Version-1.0.2-informational?style=flat" />
1010
<img src="https://img.shields.io/docker/pulls/inside4ndroid/tmdb-embed-api?label=Docker%20Pulls&style=flat" />
1111
</p>
1212

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tmdb-embed-api",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Standalone streaming embed source aggregation API (TMDB ID in, streams out)",
55
"main": "apiServer.js",
66
"scripts": {

0 commit comments

Comments
 (0)