diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bcb8b7a3..895bf0e3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.31.5" + ".": "2.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e89efad..fb95dac8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2.0.0 (2026-03-17) + +## What's Changed + +- refactor: remove invalid mode field, update permissions to support all 5 permissionMode values by @shabaraba in https://github.com/shabaraba/vibing.nvim/pull/401 + +**Full Changelog**: https://github.com/shabaraba/vibing.nvim/compare/v1.31.5...v2.0.0 + ## 1.31.5 (2026-02-19) ## What's Changed diff --git a/package-lock.json b/package-lock.json index 0296ca13..6f93ba19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vibing-nvim", - "version": "1.31.5", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vibing-nvim", - "version": "1.31.5", + "version": "2.0.0", "dependencies": { "@anthropic-ai/claude-agent-sdk": "^0.1.76", "neovim": "^5.4.0", diff --git a/package.json b/package.json index 43ca451b..ed1302eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vibing-nvim", - "version": "1.31.5", + "version": "2.0.0", "description": "Neovim plugin that integrates Claude AI through the Agent SDK", "keywords": [ "neovim",