diff --git a/CHANGELOG.md b/CHANGELOG.md index e1fcfa04..bfd2ad57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# v0.10.0 + * Convert to TypeScript. The project now comes with .d.ts typescript definition files. + # v0.9.0 * Remove Promise polyfill (#195) * Replace deprecated `request` library with `node-fetch` (#191) diff --git a/build/airtable.browser.js b/build/airtable.browser.js index 239d67b5..2d3b4828 100644 --- a/build/airtable.browser.js +++ b/build/airtable.browser.js @@ -418,7 +418,7 @@ module.exports = objectToQueryParamString; },{"lodash/forEach":167,"lodash/isArray":173,"lodash/isNil":179}],12:[function(require,module,exports){ "use strict"; -module.exports = "0.9.0"; +module.exports = "0.10.0"; },{}],13:[function(require,module,exports){ "use strict"; diff --git a/package-lock.json b/package-lock.json index 003a7e4a..bb4a519d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "airtable", - "version": "0.9.0", + "version": "0.10.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -8924,4 +8924,4 @@ } } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 53b90d6a..002f21f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "airtable", - "version": "0.9.0", + "version": "0.10.0", "license": "MIT", "homepage": "https://github.com/airtable/airtable.js", "repository": "git://github.com/airtable/airtable.js.git", @@ -72,4 +72,4 @@ "engines": { "node": ">=8.0.0" } -} +} \ No newline at end of file