Skip to content

Commit

Permalink
chore(main): release 17.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
token-generator-app[bot] authored Nov 16, 2023
1 parent 2bdb3a4 commit 09f8aae
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,26 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).



## [17.4.0](https://github.com/netlify/cli/compare/v17.3.2...v17.4.0) (2023-11-16)


### Features

* add 'dev' command to 'scripts' in package.json ([#6165](https://github.com/netlify/cli/issues/6165)) ([da47872](https://github.com/netlify/cli/commit/da47872117945ecafddd473702a3f43c805b1dd5))
* add ascii-table types ([#6164](https://github.com/netlify/cli/issues/6164)) ([cf00616](https://github.com/netlify/cli/commit/cf00616c61a95823f7cd6fa99465463a2d759e77))
* add Blobs commands ([#6148](https://github.com/netlify/cli/issues/6148)) ([f1c0cf7](https://github.com/netlify/cli/commit/f1c0cf7a179adb384941a9adfd5691ef20e3254d))
* convert src/ folder to Typescript ([#6136](https://github.com/netlify/cli/issues/6136)) ([b6cae92](https://github.com/netlify/cli/commit/b6cae92c2178ae3d428e9c6924ea43717fb543b1))
* miscellaneous Blobs improvements ([#6176](https://github.com/netlify/cli/issues/6176)) ([2bdb3a4](https://github.com/netlify/cli/commit/2bdb3a4bd6f474df5f21aa391492b3e9203658b6))


### Bug Fixes

* **deps:** pin dependencies ([#6162](https://github.com/netlify/cli/issues/6162)) ([8eb2433](https://github.com/netlify/cli/commit/8eb2433de3159106e6ad57567ada086f7af8fcb2))
* **deps:** pin dependencies ([#6174](https://github.com/netlify/cli/issues/6174)) ([5662b08](https://github.com/netlify/cli/commit/5662b08a2bfed2d52c52a5d8ac02af567e7f149c))
* **deps:** update netlify packages ([#6151](https://github.com/netlify/cli/issues/6151)) ([416403f](https://github.com/netlify/cli/commit/416403f240c577f13b30edcc9b13c744b9d50edc))
* fix generated docs for recipes command, remove command list from README ([#6171](https://github.com/netlify/cli/issues/6171)) ([d4df6e9](https://github.com/netlify/cli/commit/d4df6e9d5e213c990354d59c775a04d410a722d1))
* use inside for contain ([#6167](https://github.com/netlify/cli/issues/6167)) ([7d3d7d1](https://github.com/netlify/cli/commit/7d3d7d129039e21ac31dd9d8bff976de3e70cb4e))

## [17.3.2](https://github.com/netlify/cli/compare/v17.3.1...v17.3.2) (2023-11-15)


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

0 comments on commit 09f8aae

Please sign in to comment.