From fb2f3843323d3712acde76ffe5f2ae930f895fb3 Mon Sep 17 00:00:00 2001 From: patrickkfkan Date: Fri, 24 Jun 2022 03:44:49 +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 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": {