Skip to content

Commit dc80e9d

Browse files
chore(main): release 23.1.0 (#7492)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 73c1b99 commit dc80e9d

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,30 @@ 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.1.0](https://github.com/netlify/cli/compare/v23.0.0...v23.1.0) (2025-08-05)
12+
13+
14+
### Features
15+
16+
* update edge functions bootstrap package ([#7499](https://github.com/netlify/cli/issues/7499)) ([7b06a56](https://github.com/netlify/cli/commit/7b06a56cd30b9f3b5b9957fd7a9c1c978622f3d2))
17+
18+
19+
### Bug Fixes
20+
21+
* **deps:** pin dependencies ([#7500](https://github.com/netlify/cli/issues/7500)) ([554448a](https://github.com/netlify/cli/commit/554448aef2bf4c95b0e4b2d1a896dcd80e209ae7))
22+
* **deps:** update dependency @netlify/blobs to v10.0.8 ([#7490](https://github.com/netlify/cli/issues/7490)) ([f8757d2](https://github.com/netlify/cli/commit/f8757d275c0a28698b3849c657ecacbcf5a41a62))
23+
* **deps:** update dependency @netlify/dev-utils to v4.1.1 ([#7491](https://github.com/netlify/cli/issues/7491)) ([b90febd](https://github.com/netlify/cli/commit/b90febd95e78b2cff8df19769e21c76777145b31))
24+
* **deps:** update dependency @netlify/edge-functions to v2.16.3 ([#7494](https://github.com/netlify/cli/issues/7494)) ([506ad58](https://github.com/netlify/cli/commit/506ad58671aa05b393b5ff5ef3238fbcf64a926f))
25+
* **deps:** update dependency @types/node to v22.17.0 ([#7504](https://github.com/netlify/cli/issues/7504)) ([8ac1b23](https://github.com/netlify/cli/commit/8ac1b23158d76ecb3c7f5708c69970e5fcf0e567))
26+
* **deps:** update dependency ci-info to v4.3.0 ([#7506](https://github.com/netlify/cli/issues/7506)) ([ccbda87](https://github.com/netlify/cli/commit/ccbda8729ef509d02d063ee80a48ddd2ceb2925c))
27+
* **deps:** update dependency open to v10.2.0 ([#7507](https://github.com/netlify/cli/issues/7507)) ([6d66e8e](https://github.com/netlify/cli/commit/6d66e8e06fc4d1d38013ea034b43403ab48c6fca))
28+
* **deps:** update module github.com/aws/aws-lambda-go to v1.49.0 ([#7510](https://github.com/netlify/cli/issues/7510)) ([40b5b45](https://github.com/netlify/cli/commit/40b5b45c6f6d25ec32476d05e054a1c8dad7861f))
29+
* **deps:** update netlify packages ([#7514](https://github.com/netlify/cli/issues/7514)) ([c672507](https://github.com/netlify/cli/commit/c672507d185e1c3d50d53705831e53e6832902d7))
30+
* **deps:** update netlify packages ([#7529](https://github.com/netlify/cli/issues/7529)) ([73c1b99](https://github.com/netlify/cli/commit/73c1b99cedcfb62137fe747918e675854bd0ad57))
31+
* **deps:** update rust crate aws_lambda_events to 0.17.0 ([#7511](https://github.com/netlify/cli/issues/7511)) ([a80a82f](https://github.com/netlify/cli/commit/a80a82fced539382b49f88e6242404e328098363))
32+
* **deps:** update rust crate lambda_runtime to 0.14.0 ([#7512](https://github.com/netlify/cli/issues/7512)) ([fdd45f8](https://github.com/netlify/cli/commit/fdd45f8e32b95df1e42f45fe9772a1c463737bbd))
33+
* make edge function header matching case-insensitive ([#7522](https://github.com/netlify/cli/issues/7522)) ([0092c9e](https://github.com/netlify/cli/commit/0092c9edc28fa1b7771948a9895d5992f1556516))
34+
1135
## [23.0.0](https://github.com/netlify/cli/compare/v22.4.0...v23.0.0) (2025-07-28)
1236

1337

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

0 commit comments

Comments
 (0)