Update version

This commit is contained in:
patrickkfkan 2022-06-24 03:44:49 +08:00
parent efdecf813c
commit fb2f384332
2 changed files with 4 additions and 1 deletions

View File

@ -385,6 +385,9 @@ Clears the cache entries for the given resource type.
# Changelog # Changelog
0.3.0-b.1
- Add fan functions
0.2.2-b.1 0.2.2-b.1
- Add `itemType` option to search params - Add `itemType` option to search params

View File

@ -1,6 +1,6 @@
{ {
"name": "bandcamp-fetch", "name": "bandcamp-fetch",
"version": "0.2.2-b.1", "version": "0.3.0-b.1",
"description": "JS library for scraping Bandcamp content", "description": "JS library for scraping Bandcamp content",
"main": "lib/index.js", "main": "lib/index.js",
"scripts": { "scripts": {