Skip to content

Commit b157313

Browse files
chore(main): release 23.10.0
1 parent 0b24fc1 commit b157313

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,21 @@ 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.10.0](https://github.com/netlify/cli/compare/v23.9.5...v23.10.0) (2025-10-30)
12+
13+
14+
### Features
15+
16+
* update node version to 24 ([#7746](https://github.com/netlify/cli/issues/7746)) ([a71a0ba](https://github.com/netlify/cli/commit/a71a0ba5a07e57237946380846903923930668bf))
17+
18+
19+
### Bug Fixes
20+
21+
* bundle edge functions if they exist on deploy --no-build ([#7743](https://github.com/netlify/cli/issues/7743)) ([132cf76](https://github.com/netlify/cli/commit/132cf767fd28dffac61de35f69e2d396d91af74d))
22+
* **deps:** bump transitive pino deps to resolve security warning ([#7744](https://github.com/netlify/cli/issues/7744)) ([0b24fc1](https://github.com/netlify/cli/commit/0b24fc111c26afad3d23f72dbdcfbb88dbfaf956))
23+
* **deps:** update netlify packages ([#7748](https://github.com/netlify/cli/issues/7748)) ([31b1e09](https://github.com/netlify/cli/commit/31b1e093b148eb1a37dccbdac408864b4e2d6e77))
24+
* **deps:** update netlify packages ([#7754](https://github.com/netlify/cli/issues/7754)) ([fd5def5](https://github.com/netlify/cli/commit/fd5def5373ceea4045d9aa03fa39246baf5fda8a))
25+
1126
## [23.9.5](https://github.com/netlify/cli/compare/v23.9.4...v23.9.5) (2025-10-24)
1227

1328

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": "23.9.5",
4+
"version": "23.10.0",
55
"author": "Netlify Inc.",
66
"type": "module",
77
"engines": {

0 commit comments

Comments
 (0)