Skip to content

Commit

Permalink
chore: bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mnmkng committed Apr 20, 2021
1 parent 59d6e80 commit 5a51f9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
1.2.0 / NEXT
1.2.0 / 2021/04/20
===================
- 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.
- 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.`

1.1.1 / 2021/04/14
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apify-client",
"version": "1.1.2",
"version": "1.2.0",
"description": "Apify API client for JavaScript",
"main": "src/index.js",
"keywords": [
Expand Down

0 comments on commit 5a51f9b

Please sign in to comment.