diff --git a/README.md b/README.md index a45ba53..8d31684 100644 --- a/README.md +++ b/README.md @@ -343,6 +343,9 @@ Clears the cache entries for the given resource type. # Changelog +0.2.2-b.1 +- Add `itemType` option to search params + 0.2.1-b.20211020b - Fix URL sometimes null in result of `getArtistOrLabelInfo()` diff --git a/package.json b/package.json index 538b8fe..5e93513 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bandcamp-fetch", - "version": "0.2.1-b.20211020b", + "version": "0.2.2-b.1", "description": "JS library for scraping Bandcamp content", "main": "lib/index.js", "scripts": {