Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ 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.8.0](https://github.com/netlify/cli/compare/v16.7.0...v16.8.0) (2023-10-17)


### Features

* show warning for npm modules with extraneous files ([#6069](https://github.com/netlify/cli/issues/6069)) ([2a4d3dd](https://github.com/netlify/cli/commit/2a4d3ddf3a64bb9b417b3fc8d55e2fa505b7a6f9))


### Bug Fixes

* **deps:** update dependency @netlify/build to v29.23.0 ([#6071](https://github.com/netlify/cli/issues/6071)) ([98af648](https://github.com/netlify/cli/commit/98af6482e647849d00e009530602837cb250bbe1))
* **deps:** update dependency @netlify/build to v29.23.1 ([#6072](https://github.com/netlify/cli/issues/6072)) ([c88e35a](https://github.com/netlify/cli/commit/c88e35a3f0c9bdfc9bb561a496cb88be240912f8))
* **deps:** update dependency @netlify/edge-bundler to v9.3.0 ([#6066](https://github.com/netlify/cli/issues/6066)) ([06e302b](https://github.com/netlify/cli/commit/06e302b2742766925d379e82f9088c9402f606e7))
* **deps:** update dependency @netlify/zip-it-and-ship-it to v9.25.1 ([#6067](https://github.com/netlify/cli/issues/6067)) ([f8a9703](https://github.com/netlify/cli/commit/f8a97036cb570e8dec35e630807c485da6d647d1))
* typo in al2 featureflag adapter ([#6055](https://github.com/netlify/cli/issues/6055)) ([9c505f1](https://github.com/netlify/cli/commit/9c505f17db0a09935c83ddbe0dd410bfac225c06))
* update link ([#6074](https://github.com/netlify/cli/issues/6074)) ([9b1da52](https://github.com/netlify/cli/commit/9b1da5207cf64bb3bad965ff42d7d6a40b562c44))

## [16.7.0](https://github.com/netlify/cli/compare/v16.6.2...v16.7.0) (2023-10-12)


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.7.0",
"version": "16.8.0",
"author": "Netlify Inc.",
"type": "module",
"engines": {
Expand Down