From d5f3d0f13f5c4f525777c2d3b210a71a40b2c60f Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Tue, 4 Jan 2022 12:24:43 +0100 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27af8b69..2f840aa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [unreleased] +## [1.0.0] ### Features @@ -20,6 +20,7 @@ All notable changes to this project will be documented in this file. - _(installer)_ Check if npm-prefix is writable (#2091) - _(installer)_ More robust yarn validation (#2113) - _(lsp)_ Set the handlers opts for v0.6 as well (#2109) +- _(lsp)_ Formatter now use new null-ls api function (#2135) - Bump nvim-tree version - Formatting - Remove duplicate lint messages @@ -30,6 +31,7 @@ All notable changes to this project will be documented in this file. - _(bootstrap)_ More robust git module (#2127) - _(info)_ Use new null-ls api for sources (#2125) - _(install.sh)_ Fix typo in node error message (#2107) +- _(settings)_ Add headless-mode settings (#2134) - _(test)_ Cleanup test utilities (#2132) - Deprecate lvim.lang.FOO (#1913) (#1914) - Remove unused old language configs (#2094)