Skip to content

Commit 899adb4

Browse files
Merge pull request #382 from Airtable/v0.12.2
v0.12.2
2 parents aa1cd32 + c4c8f0e commit 899adb4

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v0.12.2
2+
* Fix invalid URL error in `abort-controller`
3+
14
# v0.12.1
25
* Add `recordMetadata` param to `table.select(params)` in order to fetch comment counts, available as `record.commentCount`.
36

build/airtable.browser.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ module.exports = objectToQueryParamString;
445445

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

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

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "airtable",
3-
"version": "0.12.1",
3+
"version": "0.12.2",
44
"license": "MIT",
55
"homepage": "https://github.com/airtable/airtable.js",
66
"repository": "git://github.com/airtable/airtable.js.git",

test/test_files/airtable.browser.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ module.exports = objectToQueryParamString;
445445

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

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

0 commit comments

Comments
 (0)