diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e6af2eda1b..1c3897be2e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [v2.63.1](https://github.com/netlify/cli/compare/v2.63.0...v2.63.1) - 2020-09-15 + +### Merged + +- fix(deps): update dependency @netlify/build to v4 [`#1238`](https://github.com/netlify/cli/pull/1238) +- fix(deps): update dependency @netlify/config to v2.1.4 [`#1237`](https://github.com/netlify/cli/pull/1237) + ## [v2.63.0](https://github.com/netlify/cli/compare/v2.62.0...v2.63.0) - 2020-09-14 ### Merged @@ -17,6 +24,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - chore(deps): update dependency gh-release to v4 [`#1233`](https://github.com/netlify/cli/pull/1233) - chore(deps): lock file maintenance [`#1235`](https://github.com/netlify/cli/pull/1235) +### Commits + +- chore(release): 2.63.0 [`0a891ec`](https://github.com/netlify/cli/commit/0a891ec9b8f6c7e5353c14c915a0fd24e8508558) + ## [v2.62.0](https://github.com/netlify/cli/compare/v2.61.3...v2.62.0) - 2020-09-10 ### Merged diff --git a/package-lock.json b/package-lock.json index 2f14d839265..821f9415783 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "netlify-cli", - "version": "2.63.0", + "version": "2.63.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bf75d0045b8..7231b591028 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "2.63.0", + "version": "2.63.1", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",