Skip to content

Commit

Permalink
chore: release 2.0.3 (apify#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfrangu authored Nov 18, 2021
1 parent 8c4f1f5 commit 92d9437
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 92d9437

Please sign in to comment.