Skip to content

Commit 407c7c7

Browse files
chore(main): release 0.15.0 (#87)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ea0fc64 commit 407c7c7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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.15.0](https://github.com/elixir-tools/elixir-tools.vscode/compare/v0.14.1...v0.15.0) (2024-04-20)
8+
9+
10+
### Features
11+
12+
* alias-refactor command ([#86](https://github.com/elixir-tools/elixir-tools.vscode/issues/86)) ([ea0fc64](https://github.com/elixir-tools/elixir-tools.vscode/commit/ea0fc64f8c14e9f8f5bc72fab58be0cca3aadcba))
13+
714
## [0.14.1](https://github.com/elixir-tools/elixir-tools.vscode/compare/v0.14.0...v0.14.1) (2024-03-08)
815

916

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.14.1",
7+
"version": "0.15.0",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/elixir-tools/elixir-tools.vscode.git"

0 commit comments

Comments
 (0)