Skip to content

Commit 43d1850

Browse files
chore(main): release 13.0.1 (#5501)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 3f71564 commit 43d1850

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,27 @@ 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.0.1](https://github.com/netlify/cli/compare/v13.0.0...v13.0.1) (2023-03-03)
11+
12+
13+
### Bug Fixes
14+
15+
* **deps:** update dependency @netlify/edge-bundler to ^8.9.0 ([#5521](https://github.com/netlify/cli/issues/5521)) ([3566ad7](https://github.com/netlify/cli/commit/3566ad7c515848d854c6354457b186b417ac8c6f))
16+
* **deps:** update dependency @netlify/framework-info to ^9.8.3 ([#5506](https://github.com/netlify/cli/issues/5506)) ([748bc5c](https://github.com/netlify/cli/commit/748bc5c8dbd26c1ea4ec99ff771456eee9a80566))
17+
* **deps:** update dependency @netlify/zip-it-and-ship-it to ^8.8.0 ([#5511](https://github.com/netlify/cli/issues/5511)) ([5fb20ff](https://github.com/netlify/cli/commit/5fb20ff80a62e0103f5bfe2280f609890ef8ca80))
18+
* **deps:** update dependency axios to v1.3.4 ([#5498](https://github.com/netlify/cli/issues/5498)) ([cb4479f](https://github.com/netlify/cli/commit/cb4479f896bdec425d0d77b301cffa6d32234df3))
19+
* **deps:** update dependency chalk to v5 ([#5478](https://github.com/netlify/cli/issues/5478)) ([a78f641](https://github.com/netlify/cli/commit/a78f6416b81e1f273329d4cd84f32c481aea0e50))
20+
* **deps:** update dependency hashids to v2.2.11 ([#5499](https://github.com/netlify/cli/issues/5499)) ([48ec641](https://github.com/netlify/cli/commit/48ec641f49fe501dee64bb738c19490bf4b27e52))
21+
* **deps:** update dependency is-docker to v3 ([#5509](https://github.com/netlify/cli/issues/5509)) ([0c3fd0a](https://github.com/netlify/cli/commit/0c3fd0a1c3bf71a52c43cd14e2055f0c9f026342))
22+
* **deps:** update dependency is-plain-obj to v4 ([#5510](https://github.com/netlify/cli/issues/5510)) ([4b6d387](https://github.com/netlify/cli/commit/4b6d387c78672c18f5913f93ccc4522141085e2b))
23+
* **deps:** update dependency p-filter to v3 ([#5513](https://github.com/netlify/cli/issues/5513)) ([8fd947a](https://github.com/netlify/cli/commit/8fd947a481f549338aee8f5f89ca102bf3022e96))
24+
* **deps:** update dependency p-map to v5 ([#5514](https://github.com/netlify/cli/issues/5514)) ([881dff6](https://github.com/netlify/cli/commit/881dff6cad0a3a85faee66d0075e2c663eaf51ca))
25+
* **deps:** update dependency raw-body to v2.5.2 ([#5500](https://github.com/netlify/cli/issues/5500)) ([985208a](https://github.com/netlify/cli/commit/985208a411b0cfda52244974f043f8c88886bc4e))
26+
* **deps:** update dependency shell-quote to 1.8.0 ([#5189](https://github.com/netlify/cli/issues/5189)) ([b94711b](https://github.com/netlify/cli/commit/b94711b5373fe0fd6eaab05a44907e4e97e46eaa))
27+
* **deps:** update netlify packages ([#5520](https://github.com/netlify/cli/issues/5520)) ([3f71564](https://github.com/netlify/cli/commit/3f71564e3ba4a299679462d7fbd4d6a7ea619e2f))
28+
* **deps:** update rust crate http to 0.2.9 ([#5502](https://github.com/netlify/cli/issues/5502)) ([c638edb](https://github.com/netlify/cli/commit/c638edbe964d5b71d5135a9ebf507f2490562ed2))
29+
* graph deprecation snapshots with normalization ([#5524](https://github.com/netlify/cli/issues/5524)) ([48e94f7](https://github.com/netlify/cli/commit/48e94f713799df4491844d999e3e7bfb0e9cb604))
30+
1031
## [13.0.0](https://github.com/netlify/cli/compare/v12.14.0...v13.0.0) (2023-02-21)
1132

1233

npm-shrinkwrap.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)