From 1eb6fe08d7f440e427020bda212f8510ad139ce1 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 02:38:25 +0000 Subject: [PATCH] chore(main): release 13.1.3 --- CHANGELOG.md | 10 ++++++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7182d888a7..6110401e728 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [13.1.3](https://github.com/netlify/cli/compare/v13.1.2...v13.1.3) (2023-03-13) + + +### Bug Fixes + +* **deps:** update dependency cron-parser to v4.8.1 ([#5553](https://github.com/netlify/cli/issues/5553)) ([5a26907](https://github.com/netlify/cli/commit/5a269078658c5b85ea13be024c728a0f1beb56f5)) +* **deps:** update dependency qs to v6.11.1 ([#5552](https://github.com/netlify/cli/issues/5552)) ([aa7b840](https://github.com/netlify/cli/commit/aa7b840e6114fde1ff03bd75ab2abb41c67f9c3f)) +* **deps:** update module github.com/aws/aws-lambda-go to v1.38.0 ([#5554](https://github.com/netlify/cli/issues/5554)) ([8a16289](https://github.com/netlify/cli/commit/8a16289f5ff193cc78ea79cb78a7f80d7769bc0d)) +* **deps:** update rust crate tokio to 1.26.0 ([#5556](https://github.com/netlify/cli/issues/5556)) ([c8bebcb](https://github.com/netlify/cli/commit/c8bebcb1701630dcd8086cba8d05c5df854a962a)) + ## [13.1.2](https://github.com/netlify/cli/compare/v13.1.1...v13.1.2) (2023-03-10) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index a6dce147d80..5946dc8ea22 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "13.1.2", + "version": "13.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "13.1.2", + "version": "13.1.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 7fefc939956..b353121a086 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "13.1.2", + "version": "13.1.3", "author": "Netlify Inc.", "type": "module", "engines": {