This commit is contained in:
patrickkfkan 2023-06-14 04:11:44 +08:00
parent 9397226651
commit aa1956382a
2 changed files with 4 additions and 1 deletions

View File

@ -896,6 +896,9 @@ cache.setTTL(CacheDataType.Page, 500);
# Changelog # Changelog
1.0.1
- Fix limiter throwing private access errors
1.0.0 (breaking changes!) 1.0.0 (breaking changes!)
- Move to TypeScript - Move to TypeScript
- Package as ESM + CJS hybrid module - Package as ESM + CJS hybrid module

View File

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