diff --git a/CHANGELOG.md b/CHANGELOG.md index 186615ee6b1..61144ff1787 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +### [3.13.11](https://www.github.com/netlify/cli/compare/v3.13.10...v3.13.11) (2021-04-01) + + +### Bug Fixes + +* **deps:** update dependency netlify-redirect-parser to ^3.0.9 ([#2060](https://www.github.com/netlify/cli/issues/2060)) ([0dd7815](https://www.github.com/netlify/cli/commit/0dd781544a59378151588d98cb3e7b942b0d7406)) +* **deps:** update netlify packages (major) ([#2059](https://www.github.com/netlify/cli/issues/2059)) ([08588bf](https://www.github.com/netlify/cli/commit/08588bf116631d9885bb63c2a90c81500a85f107)) + ### [3.13.10](https://www.github.com/netlify/cli/compare/v3.13.9...v3.13.10) (2021-03-30) diff --git a/package-lock.json b/package-lock.json index b1aaa8325c3..6b4f6791bb7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netlify-cli", - "version": "3.13.10", + "version": "3.13.11", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index f7c4ae3eb3e..2452664fad4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "3.13.10", + "version": "3.13.11", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",