Skip to content

Commit

Permalink
chore(main): release 12.11.0 (#5435)
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 Feb 9, 2023
1 parent 0c781d6 commit b44eb25
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [12.11.0](https://github.com/netlify/cli/compare/v12.10.0...v12.11.0) (2023-02-09)


### Features

* show displayName for any function that has one being run with ntl dev ([#5444](https://github.com/netlify/cli/issues/5444)) ([6cee5bc](https://github.com/netlify/cli/commit/6cee5bc512b1ae749110aab0fbfc85fddbf6ec09))


### Bug Fixes

* **deps:** update dependency @fastify/static to v6.8.0 ([#5455](https://github.com/netlify/cli/issues/5455)) ([fc01b72](https://github.com/netlify/cli/commit/fc01b728ec6a5b07a1c6e26334828549630dcf14))
* **deps:** update dependency @netlify/zip-it-and-ship-it to ^8.4.2 ([#5442](https://github.com/netlify/cli/issues/5442)) ([3768f87](https://github.com/netlify/cli/commit/3768f87115f9a0e54f046c78ad779edcd0a425f6))
* **deps:** update dependency @netlify/zip-it-and-ship-it to ^8.5.0 ([#5445](https://github.com/netlify/cli/issues/5445)) ([cd9ebf8](https://github.com/netlify/cli/commit/cd9ebf83fb4254bb9347437a3994ba32a3b610f7))
* **deps:** update dependency axios to v1.2.6 ([#5439](https://github.com/netlify/cli/issues/5439)) ([68caa51](https://github.com/netlify/cli/commit/68caa5108f16c002914b05ab6720dedf801804a1))
* **deps:** update dependency content-type to v1.0.5 ([#5440](https://github.com/netlify/cli/issues/5440)) ([78a1932](https://github.com/netlify/cli/commit/78a1932eff1c05b306e76de1ef88aaaeb03d8446))
* **deps:** update dependency node-fetch to v2.6.9 ([#5452](https://github.com/netlify/cli/issues/5452)) ([81e7cc1](https://github.com/netlify/cli/commit/81e7cc1624c2832056928e119244507c4ae0ac03))
* **deps:** update dependency tempy to v3 ([#5389](https://github.com/netlify/cli/issues/5389)) ([ec16aac](https://github.com/netlify/cli/commit/ec16aaca2c95554db8d6678378820fc17191eb96))
* **deps:** update dependency typescript to v4.9.5 ([#5453](https://github.com/netlify/cli/issues/5453)) ([d9b54d9](https://github.com/netlify/cli/commit/d9b54d9c04b4fbfc64fc1623a524145f8cd55e96))
* **deps:** update netlify packages ([#5446](https://github.com/netlify/cli/issues/5446)) ([cec55d1](https://github.com/netlify/cli/commit/cec55d137b62e7c9a930d0a8a7f7c02037000cf7))
* **deps:** update netlify packages ([#5457](https://github.com/netlify/cli/issues/5457)) ([0c781d6](https://github.com/netlify/cli/commit/0c781d6751d5c9d9b1b2a75f70feb8c312b2d43f))
* print deploy error_message, if exists ([#5447](https://github.com/netlify/cli/issues/5447)) ([0929141](https://github.com/netlify/cli/commit/09291414a6b40acc6197a9b99410990c1e349f7d))
* return empty array if manifest doesnt have functions defined ([#5434](https://github.com/netlify/cli/issues/5434)) ([8fe8339](https://github.com/netlify/cli/commit/8fe8339066b8b27f6a5c30d75d43e5afdbc217f7))
* update got & remove outdated workaround ([#5437](https://github.com/netlify/cli/issues/5437)) ([5eff7c1](https://github.com/netlify/cli/commit/5eff7c1931de4e0e4d21fce09631b3ffbd484293))

## [12.10.0](https://github.com/netlify/cli/compare/v12.9.2...v12.10.0) (2023-01-25)


Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.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": "12.10.0",
"version": "12.11.0",
"author": "Netlify Inc.",
"type": "module",
"engines": {
Expand Down

1 comment on commit b44eb25

@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

  • Package size: 260 MB

Please sign in to comment.