From 1999cc72d5934d4e1ba6acb1faa9841e93653549 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 09:55:51 +0000 Subject: [PATCH] chore(master): release 3.1.0 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e20a426..4ae79ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [3.1.0](https://github.com/phanen/mder.nvim/compare/v3.0.0...v3.1.0) (2024-03-15) + + +### Features + +* skip wrapped url ([a498ae7](https://github.com/phanen/mder.nvim/commit/a498ae7fa792999c0143027cfac10d09187d8b06)) + + +### Bug Fixes + +* missing return ([a498ae7](https://github.com/phanen/mder.nvim/commit/a498ae7fa792999c0143027cfac10d09187d8b06)) +* unicode pattern ([a498ae7](https://github.com/phanen/mder.nvim/commit/a498ae7fa792999c0143027cfac10d09187d8b06)) + ## [3.0.0](https://github.com/phanen/mder.nvim/compare/v2.1.0...v3.0.0) (2024-03-14)