Skip to content

Commit c155c9b

Browse files
chore(main): release 15.2.0 (#5742)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 3fe2df8 commit c155c9b

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10+
## [15.2.0](https://github.com/netlify/cli/compare/v15.1.1...v15.2.0) (2023-05-25)
11+
12+
13+
### Features
14+
15+
* refactor getSite to base-command ([#5743](https://github.com/netlify/cli/issues/5743)) ([6e39cb8](https://github.com/netlify/cli/commit/6e39cb81229ea8965918a46ab6fdef32e8f7a2d0))
16+
17+
18+
### Bug Fixes
19+
20+
* **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))
21+
* **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))
22+
* **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))
23+
* **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))
24+
1025
## [15.1.1](https://github.com/netlify/cli/compare/v15.1.0...v15.1.1) (2023-05-17)
1126

1227

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "netlify-cli",
33
"description": "Netlify command line tool",
4-
"version": "15.1.1",
4+
"version": "15.2.0",
55
"author": "Netlify Inc.",
66
"type": "module",
77
"engines": {

0 commit comments

Comments
 (0)