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"