diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f666dfdd14..cad33629103 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [26.0.1](https://github.com/netlify/cli/compare/v26.0.0...v26.0.1) (2026-05-01) + + +### Bug Fixes + +* adjust import path to account for function specific directory ([#8221](https://github.com/netlify/cli/issues/8221)) ([e439393](https://github.com/netlify/cli/commit/e439393ccc4272e7833e21e43587e7e2459a3a4c)) +* **deps:** update dependency @fastify/static to v9.1.1 [security] ([#8165](https://github.com/netlify/cli/issues/8165)) ([c3ffebf](https://github.com/netlify/cli/commit/c3ffebfd55d0a6f048ca49880feb5fda1224e2da)) +* filter out more user error messages ([#8230](https://github.com/netlify/cli/issues/8230)) ([c94f4b7](https://github.com/netlify/cli/commit/c94f4b7c32a19e035045c5ecdb2960e5a1f82173)) + ## [26.0.0](https://github.com/netlify/cli/compare/v25.6.2...v26.0.0) (2026-04-28) diff --git a/package-lock.json b/package-lock.json index bba2d714170..cb136c299d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "26.0.0", + "version": "26.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "26.0.0", + "version": "26.0.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 505e5624696..d2894107cea 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "26.0.0", + "version": "26.0.1", "author": "Netlify Inc.", "type": "module", "engines": {