summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorwilliambotman[bot] <107473453+williambotman@users.noreply.github.com>2023-06-13 16:00:06 +0200
committerGitHub <noreply@github.com>2023-06-13 16:00:06 +0200
commit9bbd209f279cc64c72264eee5b216c4a616d87bf (patch)
tree1da9e2d1bc3d0a40db95d99caa246a4dc8de57d7 /CHANGELOG.md
parentfeat(command): improve completion for :MasonInstall (#1353) (diff)
downloadmason-9bbd209f279cc64c72264eee5b216c4a616d87bf.tar
mason-9bbd209f279cc64c72264eee5b216c4a616d87bf.tar.gz
mason-9bbd209f279cc64c72264eee5b216c4a616d87bf.tar.bz2
mason-9bbd209f279cc64c72264eee5b216c4a616d87bf.tar.lz
mason-9bbd209f279cc64c72264eee5b216c4a616d87bf.tar.xz
mason-9bbd209f279cc64c72264eee5b216c4a616d87bf.tar.zst
mason-9bbd209f279cc64c72264eee5b216c4a616d87bf.zip
chore(main): release 1.2.0 (#1348)v1.2.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9d53e47c..6c81ae57 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,19 @@
# Changelog
+## [1.2.0](https://github.com/williamboman/mason.nvim/compare/v1.1.1...v1.2.0) (2023-06-13)
+
+
+### Features
+
+* **command:** improve completion for :MasonInstall ([#1353](https://github.com/williamboman/mason.nvim/issues/1353)) ([13e26c8](https://github.com/williamboman/mason.nvim/commit/13e26c81ff5074ee8f095a791cd37fc1cec37377))
+
+
+### Bug Fixes
+
+* **async:** always check channel state ([#1351](https://github.com/williamboman/mason.nvim/issues/1351)) ([f503346](https://github.com/williamboman/mason.nvim/commit/f5033463bb911a136e577fc6f339328f162e2b4a))
+* **command:** run :MasonUpdate synchronously in headless mode ([#1347](https://github.com/williamboman/mason.nvim/issues/1347)) ([0276793](https://github.com/williamboman/mason.nvim/commit/02767937fc2e1b214c854a8fdde26ae1d3529dd6))
+* **functional:** strip_prefix and strip_suffix should not use patterns ([#1352](https://github.com/williamboman/mason.nvim/issues/1352)) ([f99b702](https://github.com/williamboman/mason.nvim/commit/f99b70233e49db2229350bb82d9ddc6e2f4131c0))
+
## [1.1.1](https://github.com/williamboman/mason.nvim/compare/v1.1.0...v1.1.1) (2023-05-29)