Skip to content

Commit

Permalink
Merge pull request #382 from Airtable/v0.12.2
Browse files Browse the repository at this point in the history
v0.12.2
  • Loading branch information
NabeelFarooqui-at authored Aug 16, 2023
2 parents aa1cd32 + c4c8f0e commit 899adb4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v0.12.2
* Fix invalid URL error in `abort-controller`

# v0.12.1
* Add `recordMetadata` param to `table.select(params)` in order to fetch comment counts, available as `record.commentCount`.

Expand Down
2 changes: 1 addition & 1 deletion build/airtable.browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ module.exports = objectToQueryParamString;

},{"lodash/isArray":79,"lodash/isNil":85,"lodash/keys":93}],12:[function(require,module,exports){
"use strict";
module.exports = "0.12.1";
module.exports = "0.12.2";

},{}],13:[function(require,module,exports){
"use strict";
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.12.1",
"version": "0.12.2",
"license": "MIT",
"homepage": "https://github.com/airtable/airtable.js",
"repository": "git://github.com/airtable/airtable.js.git",
Expand Down
2 changes: 1 addition & 1 deletion test/test_files/airtable.browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ module.exports = objectToQueryParamString;

},{"lodash/isArray":79,"lodash/isNil":85,"lodash/keys":93}],12:[function(require,module,exports){
"use strict";
module.exports = "0.12.1";
module.exports = "0.12.2";

},{}],13:[function(require,module,exports){
"use strict";
Expand Down

0 comments on commit 899adb4

Please sign in to comment.