From 389fe96150b30f8551f5d70719802edc855fa934 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 10:32:42 -0400 Subject: [PATCH] chore(main): release 0.15.1 (#91) 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 6395c4b..c8b590f 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.1](https://github.com/elixir-tools/elixir-tools.vscode/compare/v0.15.0...v0.15.1) (2024-05-31) + + +### Bug Fixes + +* update logo ([1f69b66](https://github.com/elixir-tools/elixir-tools.vscode/commit/1f69b66e07cff9d22187b5514140cda5b97af295)) + ## [0.15.0](https://github.com/elixir-tools/elixir-tools.vscode/compare/v0.14.1...v0.15.0) (2024-04-20) diff --git a/package.json b/package.json index c9b6952..86094e5 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.15.0", + "version": "0.15.1", "repository": { "type": "git", "url": "https://github.com/elixir-tools/elixir-tools.vscode.git"