Skip to content

Commit

Permalink
V0.10.0 (#216)
Browse files Browse the repository at this point in the history
* v0.10.0

* restore check script

Co-authored-by: Airtable <airtable@users.noreply.github.com>
  • Loading branch information
alex and Airtable authored Sep 10, 2020
1 parent 1910afc commit 2549f7a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v0.10.0
* Convert to TypeScript. The project now comes with .d.ts typescript definition files.

# v0.9.0
* Remove Promise polyfill (#195)
* Replace deprecated `request` library with `node-fetch` (#191)
Expand Down
2 changes: 1 addition & 1 deletion build/airtable.browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ module.exports = objectToQueryParamString;

},{"lodash/forEach":167,"lodash/isArray":173,"lodash/isNil":179}],12:[function(require,module,exports){
"use strict";
module.exports = "0.9.0";
module.exports = "0.10.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.9.0",
"version": "0.10.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"
}
}
}

0 comments on commit 2549f7a

Please sign in to comment.