diff --git a/CHANGELOG.md b/CHANGELOG.md index 3790e1feba3..ddec7b67c6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,16 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [18.0.1](https://github.com/netlify/cli/compare/v18.0.0...v18.0.1) (2025-01-15) + + +### Bug Fixes + +* 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)) +* **deps:** update netlify packages ([#6992](https://github.com/netlify/cli/issues/6992)) ([43d3455](https://github.com/netlify/cli/commit/43d3455e61ee35f73111149ec900a839f8db2b66)) +* 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)) +* update @netlify/build-info to v8.0.0 ([#6987](https://github.com/netlify/cli/issues/6987)) ([7c3b186](https://github.com/netlify/cli/commit/7c3b186fc299e9ca7686f2ae73675ac14f9b75eb)) + ## [18.0.0](https://github.com/netlify/cli/compare/v17.38.1...v18.0.0) (2025-01-07) diff --git a/package-lock.json b/package-lock.json index 601f8145246..885d1b236fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "18.0.0", + "version": "18.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "18.0.0", + "version": "18.0.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 8308d67d06a..a26590a61b6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "18.0.0", + "version": "18.0.1", "author": "Netlify Inc.", "type": "module", "engines": {