Skip to content

Commit 0be58da

Browse files
token-generator-app[bot]ndhoule
authored andcommitted
chore(main): release 23.0.0
1 parent 51bb9b7 commit 0be58da

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

1010

11+
## [23.0.0](https://github.com/netlify/cli/compare/v22.4.0...v23.0.0) (2025-07-28)
12+
13+
14+
### ⚠ BREAKING CHANGES
15+
16+
* upgrade deps to support updated local extension workflow
17+
18+
### Features
19+
20+
* load generated functions from Netlify Build ([#7408](https://github.com/netlify/cli/issues/7408)) ([7c7238f](https://github.com/netlify/cli/commit/7c7238f96c5bb0cbf600f58a9b6905cdcf74b104))
21+
* upgrade deps to support updated local extension workflow ([51bb9b7](https://github.com/netlify/cli/commit/51bb9b7ff572fee5ec3779af01fa918c6e9761e8))
22+
23+
24+
### Bug Fixes
25+
26+
* **deps:** update dependency @types/node to v22.16.5 ([#7482](https://github.com/netlify/cli/issues/7482)) ([2926cb2](https://github.com/netlify/cli/commit/2926cb2fef94ea795850e6a4257ab8a14efb1fdf))
27+
* **deps:** update dependency dotenv to v16.6.1 ([#7483](https://github.com/netlify/cli/issues/7483)) ([7d8a0ee](https://github.com/netlify/cli/commit/7d8a0eea2674cde32b27b21c98776c5aa89a2cfe))
28+
* **deps:** update dependency normalize-package-data to v7.0.1 ([#7473](https://github.com/netlify/cli/issues/7473)) ([693fb2f](https://github.com/netlify/cli/commit/693fb2fefbe59b1f49079a34513d23b059764891))
29+
1130
## [22.4.0](https://github.com/netlify/cli/compare/v22.3.0...v22.4.0) (2025-07-24)
1231

1332

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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": "22.4.0",
4+
"version": "23.0.0",
55
"author": "Netlify Inc.",
66
"type": "module",
77
"engines": {

0 commit comments

Comments
 (0)