From 55e1d95559276288680bb577bac0808139686b61 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 17:22:08 +0000 Subject: [PATCH] chore(main): release 1.2.5 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1a0f62..012e5c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.5](https://github.com/quarto-dev/quarto-nvim/compare/v1.2.4...v1.2.5) (2025-08-23) + + +### Bug Fixes + +* pass `root_dir` to preview for project type ([#190](https://github.com/quarto-dev/quarto-nvim/issues/190)) ([e6b34cd](https://github.com/quarto-dev/quarto-nvim/commit/e6b34cdc56cad6e83f4d8c7737f4444f78ad29a2)) + ## [1.2.4](https://github.com/quarto-dev/quarto-nvim/compare/v1.2.3...v1.2.4) (2025-04-10)