Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9649fa7

Browse files
Merge pull request #299 from Airtable/v0.11.2
v0.11.2 Bump NPM package versions (#276 , #281 , #293 , #296 , #297 , #298 )
2 parents 79462b6 + e2192da commit 9649fa7

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
/build/airtable.browser.js
33
/test/test_files/airtable.browser.js
44
/lib/
5+
/private_scripts/

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v0.11.2
2+
* Bump NPM package versions (#276, #281, #293, #296, #297, #298)
3+
14
# v0.11.1
25
* Bump NPM package versions (#250, #253, #266, #267, #268)
36

build/airtable.browser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ module.exports = objectToQueryParamString;
443443

444444
},{"lodash/isArray":79,"lodash/isNil":84,"lodash/keys":92}],12:[function(require,module,exports){
445445
"use strict";
446-
module.exports = "0.11.1";
446+
module.exports = "0.11.2";
447447

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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "airtable",
3-
"version": "0.11.1",
3+
"version": "0.11.2",
44
"license": "MIT",
55
"homepage": "https://github.com/airtable/airtable.js",
66
"repository": "git://github.com/airtable/airtable.js.git",

0 commit comments

Comments
 (0)