From 3748e87a316a68754341cdffcef44fee61dee51c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 08:00:51 -0800 Subject: [PATCH] chore(master): release 1.5.0 (#343) 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 f9b9f3a..8f08ab0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.5.0](https://github.com/stevearc/aerial.nvim/compare/v1.4.0...v1.5.0) (2024-02-03) + + +### Features + +* **telescope:** Save position into jumplist before 'edit' action ([#340](https://github.com/stevearc/aerial.nvim/issues/340)) ([9523ebc](https://github.com/stevearc/aerial.nvim/commit/9523ebc7f0805a4d69a76ef35960a7788a4127af)) + + +### Bug Fixes + +* **javascript:** treesitter queries changed upstream ([d21482d](https://github.com/stevearc/aerial.nvim/commit/d21482d3be3228dde594aba31106db428292742c)) + ## [1.4.0](https://github.com/stevearc/aerial.nvim/compare/v1.3.0...v1.4.0) (2024-01-21)