Skip to content

Commit 5a51f9b

Browse files
committed
chore: bump version, update changelog
1 parent 59d6e80 commit 5a51f9b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
1.2.0 / NEXT
1+
1.2.0 / 2021/04/20
22
===================
3+
- Added function serialization to `.start()` and `.call()` function inputs. You can now define input functions as JS functions instead of having to type them out as a string.
34
- Added validation for resource IDs to be non-empty. This is non-breaking and prevents cryptic errors like `We have bad news: there is no API endpoint at this URL.`
45

56
1.1.1 / 2021/04/14

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apify-client",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"description": "Apify API client for JavaScript",
55
"main": "src/index.js",
66
"keywords": [

0 commit comments

Comments
 (0)