diff --git a/CHANGELOG.md b/CHANGELOG.md index 69a8f88..b8815a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# v1.0.0 (10.06.2023) + +### Clients + +- NEW! Schedules, Genres and Characters clients have been added. + +### Build + +- Dependencies has been updated + + + # v0.6.62 (06.05.2023) ### Typings diff --git a/package.json b/package.json index 3ceb32c..bb73a4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tutkli/jikan-ts", - "version": "0.6.62", + "version": "1.0.0", "description": "Node.js wrapper for the Jikan API with built-in typings.", "source": "src/index.ts", "main": "dist/index.js",