From 7a7241785cf19fe9aa8e8a281a505ccdb4c9bd30 Mon Sep 17 00:00:00 2001 From: patrickkfkan Date: Mon, 6 May 2024 18:00:43 +0800 Subject: [PATCH] v1.2.1 --- README.md | 3 +++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d1fd94f..8affa99 100644 --- a/README.md +++ b/README.md @@ -1014,6 +1014,9 @@ cache.setTTL(CacheDataType.Page, 500); # Changelog +1.2.1 +- Fix `duration` not returned in result of `TrackAPI::getInfo()` ([#7](https://github.com/patrickkfkan/bandcamp-fetch/issues/7)) + 1.2.0 - Add Stream API for testing and refreshing stream URLs diff --git a/package-lock.json b/package-lock.json index d8dc2a6..ece023e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bandcamp-fetch", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bandcamp-fetch", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "dependencies": { "bottleneck": "^2.19.5", diff --git a/package.json b/package.json index 8178828..3fb5f36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bandcamp-fetch", - "version": "1.2.0", + "version": "1.2.1", "description": "Scrape Bandcamp content", "scripts": { "build": "npm run prepare",