diff --git a/CHANGELOG.md b/CHANGELOG.md index 32fc38aaa83..614a50810b1 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). +## [16.0.2](https://github.com/netlify/cli/compare/v16.0.1...v16.0.2) (2023-08-11) + + +### Bug Fixes + +* fixes an issue where the package_path was not passed to netlify build for config mutations ([#5943](https://github.com/netlify/cli/issues/5943)) ([c7fb082](https://github.com/netlify/cli/commit/c7fb082e4d7dc026ff57b993e57a0738c2394feb)) +* pass bootstrapUrl to runCoreSteps ([#5939](https://github.com/netlify/cli/issues/5939)) ([7382dfb](https://github.com/netlify/cli/commit/7382dfb2833b20ac3977d56f61dfb6f831c4f2ce)) + ## [16.0.1](https://github.com/netlify/cli/compare/v16.0.0...v16.0.1) (2023-08-10) diff --git a/package-lock.json b/package-lock.json index 7d70ebc0dbb..0e8423c49e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "16.0.1", + "version": "16.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "16.0.1", + "version": "16.0.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 0f02628039d..22678d53566 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "16.0.1", + "version": "16.0.2", "author": "Netlify Inc.", "type": "module", "engines": {