From 79545101957a8b2cb2de3d923a90d4a30f847923 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 9 Nov 2020 10:49:58 +0000 Subject: [PATCH] chore(release): 0.7.13 --- CHANGELOG.md | 8 ++++++++ VERSION | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fc6f5a..4061930 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.7.13](https://github.com/jimeh/.emacs.d/compare/v0.7.12...v0.7.13) (2020-11-09) + + +### Features + +* **lang:** enable terraform-ls language server support in terraform-mode ([3adfd0c](https://github.com/jimeh/.emacs.d/commit/3adfd0c0eb138ac2bd0e47bac993fc6a6e6b905d)) +* **lang:** format go-mode buffers on save with gofumpt via lsp-mode ([7ca255d](https://github.com/jimeh/.emacs.d/commit/7ca255db9cde01fd263f8517b94cc448e6bfa838)) + ### [0.7.12](https://github.com/jimeh/.emacs.d/compare/v0.7.11...v0.7.12) (2020-10-29) diff --git a/VERSION b/VERSION index 6f30e95..ff70965 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.12 \ No newline at end of file +0.7.13 \ No newline at end of file