Skip to content

Commit

Permalink
v0.11.0 (#261)
Browse files Browse the repository at this point in the history
Co-authored-by: Airtable <airtable@users.noreply.github.com>
  • Loading branch information
benrazon and Airtable committed Apr 16, 2021
1 parent fbb8fb3 commit 5e6a8b3
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v0.11.0
* Add support for custom headers
* Allow requestTimeout to be configured like other AirtableOptions
* Fix type warnings

# v0.10.1
* Fix error handler in updating an array (#223)
* Fix binding fetch to window (#235)
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.10.1";
module.exports = "0.11.0";

},{}],13:[function(require,module,exports){
"use strict";
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "airtable",
"version": "0.10.1",
"version": "0.11.0",
"license": "MIT",
"homepage": "https://github.com/airtable/airtable.js",
"repository": "git://github.com/airtable/airtable.js.git",
Expand Down Expand Up @@ -72,4 +72,4 @@
"engines": {
"node": ">=8.0.0"
}
}
}
8 changes: 8 additions & 0 deletions scripts/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"env": {
"es6": true
},
"parserOptions": {
"ecmaVersion": 2018
}
}

0 comments on commit 5e6a8b3

Please sign in to comment.