From f3ecc7649157e979fe1d69daf04c95050552de9b Mon Sep 17 00:00:00 2001 From: patrickkfkan Date: Sat, 25 Jun 2022 04:44:26 +0800 Subject: [PATCH] Update version --- README.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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": {