feat: Bump version to 1.1.0, add CHANGELOG.md, and implement concurrency support with enhanced session management.

This commit is contained in:
gotolombok
2026-01-31 17:35:36 +08:00
parent 6d732c99b1
commit 254f276bf7
2 changed files with 21 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "moviebox-api-node",
"version": "1.0.0",
"version": "1.1.0",
"description": "Node.js port of the MovieBox API wrapper",
"main": "index.js",
"scripts": {