diff --git a/README.md b/README.md index 9404e21..16886b2 100644 --- a/README.md +++ b/README.md @@ -395,6 +395,9 @@ Clears the cache entries for the given resource type. # Changelog +0.3.1-b.1 +- Add `getFanCollection()` function + 0.3.0-b.1 - Add fan functions diff --git a/package.json b/package.json index 88c07a9..8d94d6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bandcamp-fetch", - "version": "0.3.0-b.1", + "version": "0.3.1-b.1", "description": "JS library for scraping Bandcamp content", "main": "lib/index.js", "scripts": {