Skip to content

Commit

Permalink
Merge pull request #299 from Airtable/v0.11.2
Browse files Browse the repository at this point in the history
v0.11.2
Bump NPM package versions (#276 , #281 , #293 , #296 , #297 , #298 )
  • Loading branch information
SeanKeenan-at committed Feb 17, 2022
2 parents 79462b6 + e2192da commit 9649fa7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/build/airtable.browser.js
/test/test_files/airtable.browser.js
/lib/
/private_scripts/
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion build/airtable.browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
4 changes: 2 additions & 2 deletions 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.11.1",
"version": "0.11.2",
"license": "MIT",
"homepage": "https://github.com/airtable/airtable.js",
"repository": "git://github.com/airtable/airtable.js.git",
Expand Down

0 comments on commit 9649fa7

Please sign in to comment.