diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e32525..69a8f88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# v0.6.62 (06.05.2023) + +### Typings + +- Every search param is now optional + +### Build + +- Dependencies has been updated + + + # v0.6.61 (19.03.2023) ### Clients diff --git a/package.json b/package.json index a1d1528..c5698cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tutkli/jikan-ts", - "version": "0.6.61", + "version": "0.6.62", "description": "Node.js wrapper for the Jikan API with built-in typings.", "source": "src/index.ts", "main": "dist/index.js",