From aa1956382a2b69c63f2889c72eecde3ea05897e3 Mon Sep 17 00:00:00 2001 From: patrickkfkan Date: Wed, 14 Jun 2023 04:11:44 +0800 Subject: [PATCH] v1.0.1 --- README.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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",