Update version

This commit is contained in:
patrickkfkan 2022-06-25 04:44:26 +08:00
parent 4922db74ad
commit f3ecc76491
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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": {