From c4c8f0e5a5689a6adb4b93254c98d7ab889ac53b Mon Sep 17 00:00:00 2001 From: Airtable Date: Wed, 16 Aug 2023 11:47:52 -0400 Subject: [PATCH] v0.12.2 --- CHANGELOG.md | 3 +++ build/airtable.browser.js | 2 +- package-lock.json | 2 +- package.json | 2 +- test/test_files/airtable.browser.js | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c0a0a65..291d2348 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. diff --git a/build/airtable.browser.js b/build/airtable.browser.js index bb58c9e3..a21733b9 100644 --- a/build/airtable.browser.js +++ b/build/airtable.browser.js @@ -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"; diff --git a/package-lock.json b/package-lock.json index da40de96..85c84689 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "airtable", - "version": "0.12.1", + "version": "0.12.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 3ee58c3d..e28fd761 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/test/test_files/airtable.browser.js b/test/test_files/airtable.browser.js index bb58c9e3..a21733b9 100644 --- a/test/test_files/airtable.browser.js +++ b/test/test_files/airtable.browser.js @@ -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";