From b990c543d02da78ce85a44352f21f617f933b9cf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 4 Jan 2026 21:48:05 +0000 Subject: [PATCH] chore(main): release 2.1.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17e8852..7bd84a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.0](https://github.com/nvim-flutter/flutter-tools.nvim/compare/v2.0.0...v2.1.0) (2026-01-04) + + +### Features + +* implement automatic widget inspector navigation ([#507](https://github.com/nvim-flutter/flutter-tools.nvim/issues/507)) ([685321f](https://github.com/nvim-flutter/flutter-tools.nvim/commit/685321f6de92a57d2c38be96dcc885237b40bd04)), closes [#503](https://github.com/nvim-flutter/flutter-tools.nvim/issues/503) + ## [2.0.0](https://github.com/nvim-flutter/flutter-tools.nvim/compare/v1.14.0...v2.0.0) (2026-01-03)