Skip to content

Commit b44eb25

Browse files
chore(main): release 12.11.0 (#5435)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 0c781d6 commit b44eb25

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,30 @@ 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+
## [12.11.0](https://github.com/netlify/cli/compare/v12.10.0...v12.11.0) (2023-02-09)
11+
12+
13+
### Features
14+
15+
* 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))
16+
17+
18+
### Bug Fixes
19+
20+
* **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))
21+
* **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))
22+
* **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))
23+
* **deps:** update dependency axios to v1.2.6 ([#5439](https://github.com/netlify/cli/issues/5439)) ([68caa51](https://github.com/netlify/cli/commit/68caa5108f16c002914b05ab6720dedf801804a1))
24+
* **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))
25+
* **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))
26+
* **deps:** update dependency tempy to v3 ([#5389](https://github.com/netlify/cli/issues/5389)) ([ec16aac](https://github.com/netlify/cli/commit/ec16aaca2c95554db8d6678378820fc17191eb96))
27+
* **deps:** update dependency typescript to v4.9.5 ([#5453](https://github.com/netlify/cli/issues/5453)) ([d9b54d9](https://github.com/netlify/cli/commit/d9b54d9c04b4fbfc64fc1623a524145f8cd55e96))
28+
* **deps:** update netlify packages ([#5446](https://github.com/netlify/cli/issues/5446)) ([cec55d1](https://github.com/netlify/cli/commit/cec55d137b62e7c9a930d0a8a7f7c02037000cf7))
29+
* **deps:** update netlify packages ([#5457](https://github.com/netlify/cli/issues/5457)) ([0c781d6](https://github.com/netlify/cli/commit/0c781d6751d5c9d9b1b2a75f70feb8c312b2d43f))
30+
* print deploy error_message, if exists ([#5447](https://github.com/netlify/cli/issues/5447)) ([0929141](https://github.com/netlify/cli/commit/09291414a6b40acc6197a9b99410990c1e349f7d))
31+
* 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))
32+
* update got & remove outdated workaround ([#5437](https://github.com/netlify/cli/issues/5437)) ([5eff7c1](https://github.com/netlify/cli/commit/5eff7c1931de4e0e4d21fce09631b3ffbd484293))
33+
1034
## [12.10.0](https://github.com/netlify/cli/compare/v12.9.2...v12.10.0) (2023-01-25)
1135

1236

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

0 commit comments

Comments
 (0)