From 94cebd050e4bfff9a693645b22ded2a4c7afadae Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 10:48:30 +0000 Subject: [PATCH] chore(main): release 26.0.1 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f666dfdd14..46410fa7c87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ 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-04) + + +### 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)) +* don't use inquirer for non-interactive variant of "database migrations new" command ([#8232](https://github.com/netlify/cli/issues/8232)) ([41fc777](https://github.com/netlify/cli/commit/41fc777f32592416f613eaf7d0f788e84a749072)) +* 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": {