v1.0.1
This commit is contained in:
parent
9397226651
commit
aa1956382a
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bandcamp-fetch",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "Scrape Bandcamp content",
|
||||
"scripts": {
|
||||
"build": "npm run prepare",
|
||||
|
|
Loading…
Reference in New Issue
Block a user