Skip to content

Commit 2ed7d75

Browse files
chore(main): release 13.1.1
1 parent 08ac5d7 commit 2ed7d75

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ 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+
## [13.1.1](https://github.com/netlify/cli/compare/v13.1.0...v13.1.1) (2023-03-09)
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** update dependency find-up to v6 ([#5545](https://github.com/netlify/cli/issues/5545)) ([c4b15f6](https://github.com/netlify/cli/commit/c4b15f691f5250ee57f7de1cf5d399141f265d59))
16+
* **deps:** update dependency locate-path to v7 ([#5541](https://github.com/netlify/cli/issues/5541)) ([0f7ac19](https://github.com/netlify/cli/commit/0f7ac190f9e1c7ed056d2feb1a1834c8305a048a))
17+
* **deps:** update dependency log-symbols to v5 ([#5540](https://github.com/netlify/cli/issues/5540)) ([6b9441c](https://github.com/netlify/cli/commit/6b9441c298d544a7054dc423c173980595d8f00d))
18+
* **deps:** update dependency ora to v6 ([#5542](https://github.com/netlify/cli/issues/5542)) ([f65b2a9](https://github.com/netlify/cli/commit/f65b2a909a5be727c3d2315923136bd2472a2557))
19+
* 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))
20+
1021
## [13.1.0](https://github.com/netlify/cli/compare/v13.0.1...v13.1.0) (2023-03-09)
1122

1223

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

0 commit comments

Comments
 (0)