diff --git a/CHANGELOG.md b/CHANGELOG.md index 544ac198f1b..019148473af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [15.2.0](https://github.com/netlify/cli/compare/v15.1.1...v15.2.0) (2023-05-25) + + +### Features + +* refactor getSite to base-command ([#5743](https://github.com/netlify/cli/issues/5743)) ([6e39cb8](https://github.com/netlify/cli/commit/6e39cb81229ea8965918a46ab6fdef32e8f7a2d0)) + + +### Bug Fixes + +* **deps:** update dependency @netlify/build to v29.11.6 ([#5751](https://github.com/netlify/cli/issues/5751)) ([3fe2df8](https://github.com/netlify/cli/commit/3fe2df8b7e87e533c55bf432ed925de38768909a)) +* **deps:** update dependency @netlify/edge-bundler to v8.15.0 ([#5750](https://github.com/netlify/cli/issues/5750)) ([424364e](https://github.com/netlify/cli/commit/424364e854097b106289ea6b1d69851ecf550b10)) +* **deps:** update dependency @octokit/rest to v19.0.11 ([#5747](https://github.com/netlify/cli/issues/5747)) ([825b7d8](https://github.com/netlify/cli/commit/825b7d8bbd11ef72383a031dfc95f4a222066494)) +* **templates:** update dependency node-fetch to v2.6.11 ([#5741](https://github.com/netlify/cli/issues/5741)) ([0d7d996](https://github.com/netlify/cli/commit/0d7d9968419883a4162e80155a18063c5992219b)) + ## [15.1.1](https://github.com/netlify/cli/compare/v15.1.0...v15.1.1) (2023-05-17) diff --git a/package-lock.json b/package-lock.json index 211bb661039..2c6ca4b40cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "15.1.1", + "version": "15.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "15.1.1", + "version": "15.2.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 56786403798..7ee4647db0c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "15.1.1", + "version": "15.2.0", "author": "Netlify Inc.", "type": "module", "engines": {