Skip to content

Commit 1d70afb

Browse files
committed
bump version and update changelog
1 parent 726f8ad commit 1d70afb

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
### Unreleased
22

3+
### v0.25.0: 15 December 2024
4+
5+
#### Improvements
6+
7+
- ElixirLS updated to [v0.25.0](https://github.com/elixir-lsp/elixir-ls/blob/master/CHANGELOG.md#v0250)
8+
- Added support for `embedded-content` scheme to the list of documentSelector for all languages handled by this extension. This allows any other extension to properly forward any elixir-related command to be handled by ElixirLS only when actually necessary [Marlus Saraiva](https://github.com/msaraiva)
9+
310
### v0.24.2: 14 October 2024
411

512
#### Improvements

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"author": "The Elixir community",
1212
"license": "MIT",
1313
"publisher": "JakeBecker",
14-
"version": "0.24.2",
14+
"version": "0.25.0",
1515
"engines": {
1616
"vscode": "^1.92.0"
1717
},

0 commit comments

Comments
 (0)