From 1590cd53c7dca2d2e28ffa3c9286e361933882fc Mon Sep 17 00:00:00 2001 From: netlibot <33071329+netlify-bot@users.noreply.github.com> Date: Mon, 25 Jan 2021 15:08:19 +0100 Subject: [PATCH] chore: release 6.1.3 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ac75b0..7d44a57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ 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.1.3](https://www.github.com/netlify/js-client/compare/v6.1.2...v6.1.3) (2021-01-25) + + +### Bug Fixes + +* **deps:** update dependency node-fetch to ^2.6.1 ([#299](https://www.github.com/netlify/js-client/issues/299)) ([6af764c](https://www.github.com/netlify/js-client/commit/6af764cab0685b726e0d821c11e13d0d0e8a7c27)) +* **deps:** update dependency p-wait-for to ^3.2.0 ([#300](https://www.github.com/netlify/js-client/issues/300)) ([f89f4ef](https://www.github.com/netlify/js-client/commit/f89f4ef27917bd03d1e3716d25852b99d1f5dbaa)) +* **deps:** update dependency parallel-transform to ^1.2.0 ([#301](https://www.github.com/netlify/js-client/issues/301)) ([5ca6cc6](https://www.github.com/netlify/js-client/commit/5ca6cc6ff72a917f94caed44b595fe2141417932)) + ### [6.1.2](https://www.github.com/netlify/js-client/compare/v6.1.1...v6.1.2) (2021-01-25) diff --git a/package-lock.json b/package-lock.json index 6a4cfca..4f70c19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netlify", - "version": "6.1.2", + "version": "6.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b0d3f2e..7f17c51 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify", "description": "Netlify Node.js API client", - "version": "6.1.2", + "version": "6.1.3", "files": [ "src", "dist",