diff --git a/CHANGELOG.md b/CHANGELOG.md index 83fa0a98ed0..d87e94e9b56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,18 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [18.1.0](https://github.com/netlify/cli/compare/v18.0.4...v18.1.0) (2025-02-13) + + +### Features + +* add `ai-context` recipe ([#7035](https://github.com/netlify/cli/issues/7035)) ([43c297d](https://github.com/netlify/cli/commit/43c297df02d331550437bd01f302b9cdaa7ff463)) + + +### Bug Fixes + +* **deps:** update dependency @netlify/blobs to v8.1.1 ([#7032](https://github.com/netlify/cli/issues/7032)) ([a87fd59](https://github.com/netlify/cli/commit/a87fd59d841b94575a820fb3c46ce6cb81167e23)) + ## [18.0.4](https://github.com/netlify/cli/compare/v18.0.3...v18.0.4) (2025-02-06) diff --git a/package-lock.json b/package-lock.json index 0f5eea3e38a..f86f2fdb394 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "netlify-cli", - "version": "18.0.4", + "version": "18.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "netlify-cli", - "version": "18.0.4", + "version": "18.1.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 4ce1e2b1562..05b783ed6eb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "netlify-cli", "description": "Netlify command line tool", - "version": "18.0.4", + "version": "18.1.0", "author": "Netlify Inc.", "type": "module", "engines": {