diff --git a/.eslintignore b/.eslintignore index 846ba288..1454a9cf 100644 --- a/.eslintignore +++ b/.eslintignore @@ -2,3 +2,4 @@ /build/airtable.browser.js /test/test_files/airtable.browser.js /lib/ +/private_scripts/ diff --git a/CHANGELOG.md b/CHANGELOG.md index 41fc1619..66c71416 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# v0.11.2 + * Bump NPM package versions (#276, #281, #293, #296, #297, #298) + # v0.11.1 * Bump NPM package versions (#250, #253, #266, #267, #268) diff --git a/build/airtable.browser.js b/build/airtable.browser.js index 0f104ac0..d2fc36fc 100644 --- a/build/airtable.browser.js +++ b/build/airtable.browser.js @@ -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.11.1"; +module.exports = "0.11.2"; },{}],13:[function(require,module,exports){ "use strict"; diff --git a/package-lock.json b/package-lock.json index 4ef0c07b..64953fbf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "airtable", - "version": "0.11.1", + "version": "0.11.2", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -9059,4 +9059,4 @@ } } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 01c918d6..67a9be1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "airtable", - "version": "0.11.1", + "version": "0.11.2", "license": "MIT", "homepage": "https://github.com/airtable/airtable.js", "repository": "git://github.com/airtable/airtable.js.git",