From 01484b8efa3acbe621cb8f6441085021ea9d04e7 Mon Sep 17 00:00:00 2001 From: Mahdi Hosseini Date: Wed, 8 May 2024 09:19:03 +0330 Subject: [PATCH 1/2] Fixed get actress method --- src/controllers/Imdb.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/Imdb.ts b/src/controllers/Imdb.ts index d553e5b..bc3cbb2 100644 --- a/src/controllers/Imdb.ts +++ b/src/controllers/Imdb.ts @@ -135,7 +135,7 @@ export default class Imdb { * * ```typescript * // Get information about the actress "Scarlett Johansson" - * imdb.getShow('nm0424060') + * imdb.getPerson('nm0424060') * .then(console.log) * ``` * From 0784141af617383d06b10f102e121d825b856fdd Mon Sep 17 00:00:00 2001 From: Mahdi Hosseini Date: Wed, 8 May 2024 09:21:57 +0330 Subject: [PATCH 2/2] Bump version to 4.0.33 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f66d6e6..0e4e76e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vimdb", - "version": "4.0.32", + "version": "4.0.33", "description": "Yet another IMDb Scraper", "author": "Vinicius Egidio ", "license": "MIT", @@ -57,4 +57,4 @@ "movies", "series" ] -} +} \ No newline at end of file