From a991e7697514f30126fac7c07a11c488c553e94f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 20:36:20 +0000 Subject: [PATCH] chore(main): release 1.2.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c5ba1d..2bae73d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.2.0](https://github.com/jay-babu/mason-null-ls.nvim/compare/v1.1.0...v1.2.0) (2023-03-27) + + +### Features + +* allowing handlers to be passed in via `setup` function ([35ce897](https://github.com/jay-babu/mason-null-ls.nvim/commit/35ce897a8c924b37c0f4ea8789ade6205e347591)) +* refresh registry before installing servers in ensure_installed ([43f33ba](https://github.com/jay-babu/mason-null-ls.nvim/commit/43f33ba1ba81fa3864f8683b1157efa099f8c9bc)) + ## [1.1.0](https://github.com/jay-babu/mason-null-ls.nvim/compare/v1.0.0...v1.1.0) (2023-02-18)