diff --git a/CHANGELOG.md b/CHANGELOG.md index abea3c16fbd..7b90923a98f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ 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.1](https://github.com/netlify/cli/compare/v13.1.0...v13.1.1) (2023-03-09) + + +### Bug Fixes + +* **deps:** update dependency find-up to v6 ([#5545](https://github.com/netlify/cli/issues/5545)) ([c4b15f6](https://github.com/netlify/cli/commit/c4b15f691f5250ee57f7de1cf5d399141f265d59)) +* **deps:** update dependency locate-path to v7 ([#5541](https://github.com/netlify/cli/issues/5541)) ([0f7ac19](https://github.com/netlify/cli/commit/0f7ac190f9e1c7ed056d2feb1a1834c8305a048a)) +* **deps:** update dependency log-symbols to v5 ([#5540](https://github.com/netlify/cli/issues/5540)) ([6b9441c](https://github.com/netlify/cli/commit/6b9441c298d544a7054dc423c173980595d8f00d)) +* **deps:** update dependency ora to v6 ([#5542](https://github.com/netlify/cli/issues/5542)) ([f65b2a9](https://github.com/netlify/cli/commit/f65b2a909a5be727c3d2315923136bd2472a2557)) +* **deps:** update netlify packages ([#5548](https://github.com/netlify/cli/issues/5548)) ([bd9823e](https://github.com/netlify/cli/commit/bd9823e5ae9994cadc39e1c9571047b340515811)) +* wrong env values could be used for non-dev context in `netlify deploy --build --context` ([#5538](https://github.com/netlify/cli/issues/5538)) ([08ac5d7](https://github.com/netlify/cli/commit/08ac5d7e97366b2427f6ab543142cb8d3e5418b9)) + ## [13.1.0](https://github.com/netlify/cli/compare/v13.0.1...v13.1.0) (2023-03-09) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 4cd4d49cc8e..1def3621705 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "13.1.0", + "version": "13.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "13.1.0", + "version": "13.1.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index b7de4f17379..a019c830246 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "13.1.0", + "version": "13.1.1", "author": "Netlify Inc.", "type": "module", "engines": {