diff --git a/README.md b/README.md index b66efec..be21ba6 100644 --- a/README.md +++ b/README.md @@ -385,6 +385,9 @@ Clears the cache entries for the given resource type. # Changelog +0.3.0-b.1 +- Add fan functions + 0.2.2-b.1 - Add `itemType` option to search params diff --git a/package.json b/package.json index 5e93513..88c07a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bandcamp-fetch", - "version": "0.2.2-b.1", + "version": "0.3.0-b.1", "description": "JS library for scraping Bandcamp content", "main": "lib/index.js", "scripts": {