Skip to content

Commit eeab471

Browse files
chore(main): release 22.2.0 (#7370)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> Co-authored-by: Sarah Etter <[email protected]>
1 parent 6a471a7 commit eeab471

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ 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+
## [22.2.0](https://github.com/netlify/cli/compare/v22.1.7...v22.2.0) (2025-06-26)
12+
13+
14+
### Features
15+
16+
* throw error on deploy command if build fails and user has --json option ([#7367](https://github.com/netlify/cli/issues/7367)) ([1c0082f](https://github.com/netlify/cli/commit/1c0082faecfba3443a796412895a201387b9f1aa))
17+
18+
19+
### Bug Fixes
20+
21+
* **deps:** update dependency @netlify/edge-functions to v2.15.3 ([#7368](https://github.com/netlify/cli/issues/7368)) ([2b436ff](https://github.com/netlify/cli/commit/2b436ffcbe313df3aa4dc38f04edc4e8b4f455f8))
22+
* **deps:** update dependency @netlify/edge-functions to v2.15.4 ([#7371](https://github.com/netlify/cli/issues/7371)) ([93a215d](https://github.com/netlify/cli/commit/93a215dd16b4c4d4f8349112c8e10c4c2a4f72f3))
23+
* **deps:** update netlify packages ([#7369](https://github.com/netlify/cli/issues/7369)) ([d81b990](https://github.com/netlify/cli/commit/d81b990d0198a3dfe82d5932644a36ba729759b2))
24+
1125
## [22.1.7](https://github.com/netlify/cli/compare/v22.1.6...v22.1.7) (2025-06-25)
1226

1327

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

0 commit comments

Comments
 (0)