Skip to content

Commit

Permalink
v0.11.1 (#270)
Browse files Browse the repository at this point in the history
Co-authored-by: Airtable <airtable@users.noreply.github.com>
  • Loading branch information
minicat and Airtable committed May 21, 2021
1 parent f7d4674 commit 47b5ae5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v0.11.1
* Bump NPM package versions (#250, #253, #266, #267, #268)

# v0.11.0
* Add support for custom headers
* Allow requestTimeout to be configured like other AirtableOptions
Expand Down
2 changes: 1 addition & 1 deletion build/airtable.browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ module.exports = objectToQueryParamString;

},{"lodash/isArray":79,"lodash/isNil":84,"lodash/keys":92}],12:[function(require,module,exports){
"use strict";
module.exports = "0.11.0";
module.exports = "0.11.1";

},{}],13:[function(require,module,exports){
"use strict";
Expand Down
8 changes: 4 additions & 4 deletions 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.11.0",
"version": "0.11.1",
"license": "MIT",
"homepage": "https://github.com/airtable/airtable.js",
"repository": "git://github.com/airtable/airtable.js.git",
Expand Down

0 comments on commit 47b5ae5

Please sign in to comment.