From b44eb254dd2c72bb7795a0bf1cc3de725e8b3b1b Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 14:00:20 +0100 Subject: [PATCH] chore(main): release 12.11.0 (#5435) Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> --- CHANGELOG.md | 24 ++++++++++++++++++++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b35717f80f..c9ab3c25ce2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index b87b2d8ae16..8172e755f36 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "12.10.0", + "version": "12.11.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "12.10.0", + "version": "12.11.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 2156dcf3b22..bb9aca1a404 100644 --- a/package.json +++ b/package.json @@ -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": {