Skip to content

Commit 39d88dc

Browse files
chore(main): release 16.2.0
1 parent 6429080 commit 39d88dc

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
@@ -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+
## [16.2.0](https://github.com/netlify/cli/compare/v16.1.0...v16.2.0) (2023-08-25)
11+
12+
13+
### Features
14+
15+
* support custom function routes ([#5954](https://github.com/netlify/cli/issues/5954)) ([82b94b5](https://github.com/netlify/cli/commit/82b94b58ae39a86190829c777da35bc4b355409e))
16+
17+
18+
### Bug Fixes
19+
20+
* **deps:** update dependency @netlify/edge-bundler to v8.18.0 ([#5953](https://github.com/netlify/cli/issues/5953)) ([016cdf9](https://github.com/netlify/cli/commit/016cdf9b9169eb2a413f8367e67aa67c2801a7f6))
21+
* **deps:** update dependency @netlify/serverless-functions-api to v1.6.0 ([#5935](https://github.com/netlify/cli/issues/5935)) ([1d68354](https://github.com/netlify/cli/commit/1d683549caee458e5850fed829f5f1900704b3f3))
22+
* **deps:** update dependency @netlify/serverless-functions-api to v1.7.3 ([#5957](https://github.com/netlify/cli/issues/5957)) ([57d6627](https://github.com/netlify/cli/commit/57d662749ea23370744f39645b95a866aa20bb57))
23+
* **deps:** update netlify packages ([#5915](https://github.com/netlify/cli/issues/5915)) ([1ad27ac](https://github.com/netlify/cli/commit/1ad27ac2298858d3b04f35dcd8d3899d9a2b03d2))
24+
1025
## [16.1.0](https://github.com/netlify/cli/compare/v16.0.3...v16.1.0) (2023-08-17)
1126

1227

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

0 commit comments

Comments
 (0)