From ab9564b02aec538dfdd3e5351c18409b00759ecc Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 11:58:53 +0000 Subject: [PATCH] chore(main): release 15.0.3 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 29 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f20d5ccc139..ebe32184b04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [15.0.3](https://github.com/netlify/cli/compare/v15.0.2...v15.0.3) (2023-05-15) + + +### Bug Fixes + +* **deps:** pin dependencies ([#5711](https://github.com/netlify/cli/issues/5711)) ([91a62de](https://github.com/netlify/cli/commit/91a62de4ae0187486d369eb3da0c031790edfb94)) +* **deps:** pin dependencies ([#5715](https://github.com/netlify/cli/issues/5715)) ([3eae5ed](https://github.com/netlify/cli/commit/3eae5ed05ac2b85d326953c1201cdfc504ab9f0a)) +* **deps:** update dependency @bugsnag/js to v7.20.2 ([#5709](https://github.com/netlify/cli/issues/5709)) ([27d8ae8](https://github.com/netlify/cli/commit/27d8ae806c27b90f72668df45df5a93e3df5809f)) +* **deps:** update dependency @netlify/build to ^29.11.2 ([#5690](https://github.com/netlify/cli/issues/5690)) ([e919afe](https://github.com/netlify/cli/commit/e919afec6eacffc4fcafe44e3e6f68d3825fed25)) +* **deps:** update dependency @netlify/build to ^29.11.4 ([#5710](https://github.com/netlify/cli/issues/5710)) ([e671241](https://github.com/netlify/cli/commit/e671241b070ad8eced2df6aa050f8b26982e8475)) +* **deps:** update dependency @netlify/edge-bundler to ^8.14.2 ([#5705](https://github.com/netlify/cli/issues/5705)) ([cf2013a](https://github.com/netlify/cli/commit/cf2013a03f7eef0e1ace83624b744c0e57ce912f)) +* **deps:** update dependency @netlify/functions to ^1.5.0 ([#5689](https://github.com/netlify/cli/issues/5689)) ([fe60d05](https://github.com/netlify/cli/commit/fe60d05b2316714fbbb4269a4d00318268fd1dc0)) +* **deps:** update dependency @netlify/functions to ^1.6.0 ([#5704](https://github.com/netlify/cli/issues/5704)) ([9adffcc](https://github.com/netlify/cli/commit/9adffccb296e20030db5aa7d95471e68f97dbf34)) +* **deps:** update dependency @netlify/zip-it-and-ship-it to ^9.3.1 ([#5688](https://github.com/netlify/cli/issues/5688)) ([7f3cae4](https://github.com/netlify/cli/commit/7f3cae40ca1b2a47a8a3972699e2f2742eef47bd)) +* **deps:** update dependency @netlify/zip-it-and-ship-it to ^9.5.0 ([#5701](https://github.com/netlify/cli/issues/5701)) ([411096a](https://github.com/netlify/cli/commit/411096a63d225f41c5a74450f8538cdfe16c3f2c)) +* **deps:** update dependency @octokit/rest to v19.0.8 ([#5721](https://github.com/netlify/cli/issues/5721)) ([7688797](https://github.com/netlify/cli/commit/76887971b17d7ef244382537fd81220dfd44bf00)) +* **deps:** update dependency ansi-styles to v6 ([#5559](https://github.com/netlify/cli/issues/5559)) ([cef9985](https://github.com/netlify/cli/commit/cef998525c0f830d2214b4b8e1f1a076569452f7)) +* **deps:** update dependency boxen to v7.1.0 ([#5718](https://github.com/netlify/cli/issues/5718)) ([021caf3](https://github.com/netlify/cli/commit/021caf38782169e6fec9ea7a32f3f86afe006ca8)) +* **deps:** update dependency fastify to v4.17.0 ([#5708](https://github.com/netlify/cli/issues/5708)) ([c810823](https://github.com/netlify/cli/commit/c810823d3bd9af10b5980d1a19940075a3ab4b91)) +* **deps:** update dependency gh-release-fetch to v4 ([#5707](https://github.com/netlify/cli/issues/5707)) ([e916d49](https://github.com/netlify/cli/commit/e916d49a415f7ac1e0e38654d09cc9746acb09cc)) +* **deps:** update dependency ora to v6.3.0 ([#5717](https://github.com/netlify/cli/issues/5717)) ([367af86](https://github.com/netlify/cli/commit/367af86936c3757a48668ecda383b83bc0384123)) +* **deps:** update dependency semver to v7.5.1 ([#5719](https://github.com/netlify/cli/issues/5719)) ([c990845](https://github.com/netlify/cli/commit/c9908455266456c8aae3fa8f071bffdc060d95ff)) +* **deps:** update netlify packages ([#5706](https://github.com/netlify/cli/issues/5706)) ([9c0db60](https://github.com/netlify/cli/commit/9c0db6033f652a7b77eecece5e40669d55b5e728)) +* remove dependency `is-plain-obj` ([#5702](https://github.com/netlify/cli/issues/5702)) ([8349de4](https://github.com/netlify/cli/commit/8349de40f5c0ab1996908bafaf3212299ab715c3)) +* **templates:** update dependency @types/node to v14.18.47 ([#5722](https://github.com/netlify/cli/issues/5722)) ([ab06132](https://github.com/netlify/cli/commit/ab0613254a74cd08af3cd64b8064c2247672d783)) + ## [15.0.2](https://github.com/netlify/cli/compare/v15.0.1...v15.0.2) (2023-05-08) diff --git a/package-lock.json b/package-lock.json index c59b73845ac..13e81d752a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "15.0.2", + "version": "15.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "15.0.2", + "version": "15.0.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a56a3c42fbd..41655c523fe 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "15.0.2", + "version": "15.0.3", "author": "Netlify Inc.", "type": "module", "engines": {