v1.2.1
This commit is contained in:
parent
09cb6b92ae
commit
7a7241785c
|
@ -1014,6 +1014,9 @@ cache.setTTL(CacheDataType.Page, 500);
|
||||||
|
|
||||||
# Changelog
|
# 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
|
1.2.0
|
||||||
- Add Stream API for testing and refreshing stream URLs
|
- Add Stream API for testing and refreshing stream URLs
|
||||||
|
|
||||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "bandcamp-fetch",
|
"name": "bandcamp-fetch",
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "bandcamp-fetch",
|
"name": "bandcamp-fetch",
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bottleneck": "^2.19.5",
|
"bottleneck": "^2.19.5",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bandcamp-fetch",
|
"name": "bandcamp-fetch",
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"description": "Scrape Bandcamp content",
|
"description": "Scrape Bandcamp content",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm run prepare",
|
"build": "npm run prepare",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user