From 43b8f74e0b1e3f41e51f640f8efa3bcd401cea0d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 19:20:02 -0800 Subject: [PATCH] chore(master): release 3.1.0 (#176) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f42fec..7c4dd53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.1.0](https://github.com/stevearc/dressing.nvim/compare/v3.0.0...v3.1.0) (2024-11-04) + + +### Features + +* **input:** support for start_mode ([#175](https://github.com/stevearc/dressing.nvim/issues/175)) ([c334ac7](https://github.com/stevearc/dressing.nvim/commit/c334ac73e031f0dc93d6d91f3658ee75b8be1d3b)) + + +### Bug Fixes + +* add nil check in backwards compatibility shim ([#177](https://github.com/stevearc/dressing.nvim/issues/177)) ([6ef1ca4](https://github.com/stevearc/dressing.nvim/commit/6ef1ca479d37d4ff66f13eed44d08912caff483a)) + ## [3.0.0](https://github.com/stevearc/dressing.nvim/compare/v2.2.2...v3.0.0) (2024-08-16)