Update version

This commit is contained in:
patrickkfkan 2021-11-15 01:06:19 +08:00
parent da06fe8745
commit 065a1c1ee0
2 changed files with 4 additions and 1 deletions

View File

@ -343,6 +343,9 @@ Clears the cache entries for the given resource type.
# Changelog # Changelog
0.2.2-b.1
- Add `itemType` option to search params
0.2.1-b.20211020b 0.2.1-b.20211020b
- Fix URL sometimes null in result of `getArtistOrLabelInfo()` - Fix URL sometimes null in result of `getArtistOrLabelInfo()`

View File

@ -1,6 +1,6 @@
{ {
"name": "bandcamp-fetch", "name": "bandcamp-fetch",
"version": "0.2.1-b.20211020b", "version": "0.2.2-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": {