Skip to content

Commit

Permalink
v0.5.9 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPan627 committed Feb 13, 2019
1 parent 5edcc36 commit 85e1420
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v0.5.9
* Update `lodash` dependency (#80)

# v0.5.8
* Remove `async` dependency (#76)
* Shrink size of browser build by about half (#76)
Expand Down
2 changes: 1 addition & 1 deletion build/airtable.browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ function runAction(base, method, path, queryParams, bodyData, callback) {
'x-airtable-application-id': base.getId(),
};

var userAgent = 'Airtable.js/' + "0.5.7";
var userAgent = 'Airtable.js/' + "0.5.9";
var isBrowser = typeof window !== 'undefined';
// Some browsers do not allow overriding the user agent.
// https://github.com/Airtable/airtable.js/issues/52
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "airtable",
"version": "0.5.8",
"version": "0.5.9",
"homepage": "https://github.com/airtable/airtable.js",
"repository": "git://github.com/airtable/airtable.js.git",
"private": false,
Expand Down

0 comments on commit 85e1420

Please sign in to comment.