Skip to content

Commit 36d3cc5

Browse files
chore(main): release 0.11.0 (#64)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 89e200b commit 36d3cc5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to the "elixir-tools" extension will be documented in this f
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## [0.11.0](https://github.com/elixir-tools/elixir-tools.vscode/compare/v0.10.1...v0.11.0) (2023-10-19)
8+
9+
10+
### Features
11+
12+
* **nextls:** experimental settings ([89e200b](https://github.com/elixir-tools/elixir-tools.vscode/commit/89e200bf66cbc08a43f282d5095ac780b39d4a44))
13+
714
## [0.10.1](https://github.com/elixir-tools/elixir-tools.vscode/compare/v0.10.0...v0.10.1) (2023-10-03)
815

916

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"homepage": "https://github.com/elixir-tools/elixir-tools.vscode",
55
"description": "Elixir extension with support for Next LS and Credo Language Server",
66
"publisher": "elixir-tools",
7-
"version": "0.10.1",
7+
"version": "0.11.0",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/elixir-tools/elixir-tools.vscode.git"

0 commit comments

Comments
 (0)