diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b11d518b7e..97de1c329c8 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). +### [6.14.23](https://www.github.com/netlify/cli/compare/v6.14.22...v6.14.23) (2021-11-12) + + +### Bug Fixes + +* **deps:** update dependency @netlify/build to ^18.22.0 ([#3635](https://www.github.com/netlify/cli/issues/3635)) ([ebf295f](https://www.github.com/netlify/cli/commit/ebf295fa9768d3c4ff97982a7449832d97f61fa7)) + ### [6.14.22](https://www.github.com/netlify/cli/compare/v6.14.21...v6.14.22) (2021-11-12) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 3302f43c48e..6189d78d725 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "6.14.22", + "version": "6.14.23", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "6.14.22", + "version": "6.14.23", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 2e02c085c5b..2017d810ff3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "6.14.22", + "version": "6.14.23", "author": "Netlify Inc.", "contributors": [ "Mathias Biilmann (https://twitter.com/biilmann)",