Skip to content

Commit

Permalink
chore(main): release 16.5.0 (#6022)
Browse files Browse the repository at this point in the history
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
  • Loading branch information
token-generator-app[bot] authored Oct 2, 2023
1 parent 1196f8f commit 094c520
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [16.5.0](https://github.com/netlify/cli/compare/v16.4.2...v16.5.0) (2023-10-02)


### Features

* functions:serve should announce port via banner ([#6019](https://github.com/netlify/cli/issues/6019)) ([afef98f](https://github.com/netlify/cli/commit/afef98fb86b3bfc21c5f17fc2d692ec7d7d74888))
* support npm modules in edge functions locally ([#6018](https://github.com/netlify/cli/issues/6018)) ([8360547](https://github.com/netlify/cli/commit/836054797e797d4bb6ea7d83df0869fc90c164b7))


### Bug Fixes

* add flag that allows us to control al2 rollout independent of buildbot ([#6021](https://github.com/netlify/cli/issues/6021)) ([c498ed3](https://github.com/netlify/cli/commit/c498ed3c5cf99c55acc42971826373c30df3e92b))
* **deps:** pin dependency @netlify/edge-bundler to 9.1.0 ([#6028](https://github.com/netlify/cli/issues/6028)) ([02965a5](https://github.com/netlify/cli/commit/02965a5add1e63a40410871b719334230a58fdcf))
* include `routes` in functions config on deploy ([#6027](https://github.com/netlify/cli/issues/6027)) ([f83327e](https://github.com/netlify/cli/commit/f83327e1af9ab54362b1fa8074557fa08753a7ea))
* simplify file watching expression ([#6030](https://github.com/netlify/cli/issues/6030)) ([1196f8f](https://github.com/netlify/cli/commit/1196f8f2da95117c2916c82503a7bddab20fd249))

## [16.4.2](https://github.com/netlify/cli/compare/v16.4.1...v16.4.2) (2023-09-21)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "netlify-cli",
"description": "Netlify command line tool",
"version": "16.4.2",
"version": "16.5.0",
"author": "Netlify Inc.",
"type": "module",
"engines": {
Expand Down

1 comment on commit 094c520

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

  • Dependency count: 1,367
  • Package size: 376 MB

Please sign in to comment.