Skip to content

Commit 5b7620b

Browse files
chore(main): release 18.0.1 (#6991)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent db1d87e commit 5b7620b

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1313

1414

1515

16+
## [18.0.1](https://github.com/netlify/cli/compare/v18.0.0...v18.0.1) (2025-01-15)
17+
18+
19+
### Bug Fixes
20+
21+
* check if endpoint exists for dynamic pages when checking for red… ([#6994](https://github.com/netlify/cli/issues/6994)) ([db1d87e](https://github.com/netlify/cli/commit/db1d87e23da376361cf59dd570b3659bdbdaa904))
22+
* **deps:** update netlify packages ([#6992](https://github.com/netlify/cli/issues/6992)) ([43d3455](https://github.com/netlify/cli/commit/43d3455e61ee35f73111149ec900a839f8db2b66))
23+
* remove react-based-templates because it doesn't work ([#6993](https://github.com/netlify/cli/issues/6993)) ([3441c58](https://github.com/netlify/cli/commit/3441c58ac5640a0b6cf08fc7d1939ef2d4059abb))
24+
* update @netlify/build-info to v8.0.0 ([#6987](https://github.com/netlify/cli/issues/6987)) ([7c3b186](https://github.com/netlify/cli/commit/7c3b186fc299e9ca7686f2ae73675ac14f9b75eb))
25+
1626
## [18.0.0](https://github.com/netlify/cli/compare/v17.38.1...v18.0.0) (2025-01-07)
1727

1828

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

0 commit comments

Comments
 (0)