Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down