diff --git a/README.md b/README.md index dbe219a..8c8431c 100644 --- a/README.md +++ b/README.md @@ -950,6 +950,9 @@ cache.setTTL(CacheDataType.Page, 500); # Changelog +1.1.1 +- Fix exports + 1.1.0 - Add support for user sessions through cookies. This means you can access your private collection and high-quality MP3 streams of purchased media. - Add ability to create multiple `BandcampFetch` instances diff --git a/package-lock.json b/package-lock.json index 3d593d3..d05ba46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bandcamp-fetch", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bandcamp-fetch", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "dependencies": { "bottleneck": "^2.19.5", diff --git a/package.json b/package.json index e7e300d..932b2f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bandcamp-fetch", - "version": "1.1.0", + "version": "1.1.1", "description": "Scrape Bandcamp content", "scripts": { "build": "npm run prepare",