From 92d9437d23b358203f30a75e7916e814c13ab600 Mon Sep 17 00:00:00 2001 From: Vlad Frangu Date: Thu, 18 Nov 2021 15:57:31 +0200 Subject: [PATCH] chore: release 2.0.3 (#215) --- CHANGELOG.md | 4 ++++ package.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e79d51f..1eedea25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +2.0.3 / 2021/11/18 +=================== +- For TypeScript users, DatasetClients can now take in a generic type parameter that defines the data present in a dataset. + 2.0.1 / 2021/10/07 =================== - TypeScript rewrite diff --git a/package.json b/package.json index 63311747..d4dc8904 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "apify-client", - "version": "2.0.2", + "version": "2.0.3", "description": "Apify API client for JavaScript", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { - "./package.json": "./package.json", + "./package.json": "./package.json", ".": { "import": "./dist/index.mjs", "require": "./dist/index.js"