From 36d3cc5ebc008f1352fb13d5c7d2a4accf9ed32f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 23:20:54 -0400 Subject: [PATCH] chore(main): release 0.11.0 (#64) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47e2f94..20e40a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to the "elixir-tools" extension will be documented in this f Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [0.11.0](https://github.com/elixir-tools/elixir-tools.vscode/compare/v0.10.1...v0.11.0) (2023-10-19) + + +### Features + +* **nextls:** experimental settings ([89e200b](https://github.com/elixir-tools/elixir-tools.vscode/commit/89e200bf66cbc08a43f282d5095ac780b39d4a44)) + ## [0.10.1](https://github.com/elixir-tools/elixir-tools.vscode/compare/v0.10.0...v0.10.1) (2023-10-03) diff --git a/package.json b/package.json index 489e26c..f1cfb71 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "homepage": "https://github.com/elixir-tools/elixir-tools.vscode", "description": "Elixir extension with support for Next LS and Credo Language Server", "publisher": "elixir-tools", - "version": "0.10.1", + "version": "0.11.0", "repository": { "type": "git", "url": "https://github.com/elixir-tools/elixir-tools.vscode.git"