This commit is contained in:
patrickkfkan 2023-06-14 23:22:51 +08:00
parent 7845995d34
commit 19ec315965
2 changed files with 4 additions and 1 deletions

View File

@ -896,6 +896,9 @@ cache.setTTL(CacheDataType.Page, 500);
# Changelog
1.0.2
- Improve parsing of album track info
1.0.1
- Fix limiter throwing private access errors

View File

@ -1,6 +1,6 @@
{
"name": "bandcamp-fetch",
"version": "1.0.1",
"version": "1.0.2",
"description": "Scrape Bandcamp content",
"scripts": {
"build": "npm run prepare",