From 407c7c7308d38fbd4dbc0f7e18fe5a81e5b6a93f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 09:07:31 -0400 Subject: [PATCH] chore(main): release 0.15.0 (#87) 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 24c2785..6395c4b 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.15.0](https://github.com/elixir-tools/elixir-tools.vscode/compare/v0.14.1...v0.15.0) (2024-04-20) + + +### Features + +* 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)) + ## [0.14.1](https://github.com/elixir-tools/elixir-tools.vscode/compare/v0.14.0...v0.14.1) (2024-03-08) diff --git a/package.json b/package.json index 6e2fe1d..c9b6952 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.14.1", + "version": "0.15.0", "repository": { "type": "git", "url": "https://github.com/elixir-tools/elixir-tools.vscode.git"