From 8b202887b29a7b8e2ac324cad2cf06fb0f0dd548 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 21:44:21 +0000 Subject: [PATCH] chore(main): release 1.1.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1a8c4d..7c7cbcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.1.0](https://github.com/tris203/precognition.nvim/compare/v1.0.0...v1.1.0) (2024-06-16) + + +### Features + +* toggling returns visible value ([#73](https://github.com/tris203/precognition.nvim/issues/73)) ([6aab38a](https://github.com/tris203/precognition.nvim/commit/6aab38a34847bc2881138541ed5a91ed7b058086)) + + +### Bug Fixes + +* **horizontal_motions:** handle quoted strings in word boundaries ([#68](https://github.com/tris203/precognition.nvim/issues/68)) ([7a76d43](https://github.com/tris203/precognition.nvim/commit/7a76d432f9d30f7ae79968a464d2fced69149d39)) + ## 1.0.0 (2024-06-09)