diff --git a/CHANGELOG.md b/CHANGELOG.md index 1258ea6..2f6ed1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +### [6.0.10](https://www.github.com/netlify/js-client/compare/v6.0.9...v6.0.10) (2021-01-11) + + +### Bug Fixes + +* **deps:** update dependency @netlify/zip-it-and-ship-it to v2.0.1 ([#272](https://www.github.com/netlify/js-client/issues/272)) ([512c259](https://www.github.com/netlify/js-client/commit/512c259d4a429290779818d8829f9cbcfecc8e8c)) + ### [6.0.9](https://www.github.com/netlify/js-client/compare/v6.0.8...v6.0.9) (2021-01-04) diff --git a/package-lock.json b/package-lock.json index 1000309..aadd9ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netlify", - "version": "6.0.9", + "version": "6.0.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 349e16d..88a78c3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify", "description": "Netlify Node.js API client", - "version": "6.0.9", + "version": "6.0.10", "files": [ "src", "dist",