From d0479592aede19b2b098f9a35eefcdc0d166ef5f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 08:45:27 +0800 Subject: [PATCH] chore(main): release 1.0.1 (#96) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 301a6c8..e436a53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/linrongbin16/lsp-progress.nvim/compare/v1.0.0...v1.0.1) (2023-11-07) + + +### Bug Fixes + +* escapes percentages in LSP progress messages ([#95](https://github.com/linrongbin16/lsp-progress.nvim/issues/95)) ([b9d5002](https://github.com/linrongbin16/lsp-progress.nvim/commit/b9d5002314ecf0bb592d60b649ab185996b85edc)) + ## 1.0.0 (2023-10-09)