From 834bb5d6dd72db0a82d4b90a25500fdc14a3bc43 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 19:11:27 -0400 Subject: [PATCH] chore(main): release 2.0.1 (#63) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ca712b..711f84a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/jay-babu/mason-null-ls.nvim/compare/v2.0.0...v2.0.1) (2023-04-19) + + +### Bug Fixes + +* don't memoize default_setup ([#62](https://github.com/jay-babu/mason-null-ls.nvim/issues/62)) ([0bf4c84](https://github.com/jay-babu/mason-null-ls.nvim/commit/0bf4c84f1c37506430c088f089d68c561245d3dc)) + ## [2.0.0](https://github.com/jay-babu/mason-null-ls.nvim/compare/v1.2.0...v2.0.0) (2023-04-09)