diff --git a/README.md b/README.md index caaa7ff..a64880b 100644 --- a/README.md +++ b/README.md @@ -896,6 +896,9 @@ cache.setTTL(CacheDataType.Page, 500); # Changelog +1.0.1 +- Fix limiter throwing private access errors + 1.0.0 (breaking changes!) - Move to TypeScript - Package as ESM + CJS hybrid module diff --git a/package.json b/package.json index 151533d..e1a850b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bandcamp-fetch", - "version": "1.0.0", + "version": "1.0.1", "description": "Scrape Bandcamp content", "scripts": { "build": "npm run prepare",