Skip to content

Commit 6b67e15

Browse files
chore(main): release 0.14.0 (#82)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 80d84c2 commit 6b67e15

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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.14.0](https://github.com/elixir-tools/elixir-tools.vscode/compare/v0.13.0...v0.14.0) (2024-03-06)
8+
9+
10+
### Features
11+
12+
* **nextls:** to-pipe and from-pipe ([#80](https://github.com/elixir-tools/elixir-tools.vscode/issues/80)) ([673e808](https://github.com/elixir-tools/elixir-tools.vscode/commit/673e8087cd5857ca6d5d84f7c7cdcc19a64834a4))
13+
14+
15+
### Bug Fixes
16+
17+
* **nextls:** allow extension to force a download ([#81](https://github.com/elixir-tools/elixir-tools.vscode/issues/81)) ([80d84c2](https://github.com/elixir-tools/elixir-tools.vscode/commit/80d84c2dc69ac44a2bcf89a30247d1ec8fcb8be2))
18+
719
## [0.13.0](https://github.com/elixir-tools/elixir-tools.vscode/compare/v0.12.1...v0.13.0) (2024-02-14)
820

921

package.json

Lines changed: 1 addition & 1 deletion
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.13.0",
7+
"version": "0.14.0",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/elixir-tools/elixir-tools.vscode.git"

0 commit comments

Comments
 (0)