diff --git a/README.md b/README.md index a64880b..21eee79 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index e1a850b..4c81675 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bandcamp-fetch", - "version": "1.0.1", + "version": "1.0.2", "description": "Scrape Bandcamp content", "scripts": { "build": "npm run prepare",