From d5c0c03894c304077c80bb0e67427c3701bb1961 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 17:16:07 -0500 Subject: [PATCH] chore(main): release 0.13.0 (#74) 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 0da5ba9..a50f66e 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.13.0](https://github.com/elixir-tools/elixir-tools.vscode/compare/v0.12.1...v0.13.0) (2024-02-14) + + +### Features + +* spitfire option ([#73](https://github.com/elixir-tools/elixir-tools.vscode/issues/73)) ([c6c870a](https://github.com/elixir-tools/elixir-tools.vscode/commit/c6c870ad894c8080bd79143ade5c1edcd0cedefa)) + ## [0.12.1](https://github.com/elixir-tools/elixir-tools.vscode/compare/v0.12.0...v0.12.1) (2023-12-18) diff --git a/package.json b/package.json index 45fec00..d2a6a9b 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.12.1", + "version": "0.13.0", "repository": { "type": "git", "url": "https://github.com/elixir-tools/elixir-tools.vscode.git"