From e85b0bbeb3aecc18ec047f2a53a2760b1b5f0b7a Mon Sep 17 00:00:00 2001 From: Dorian Karter Date: Wed, 10 Aug 2022 02:29:52 -0500 Subject: [PATCH] chore(master): release 3.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ version.txt | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3058f47e..c61870d7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "3.0.0", + ".": "3.1.0", "bootstrap-sha": "4a30de3b1e5dd3914e447d2c43a11670e8a9fab1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index c596fe86..7b9a64ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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. +## [3.1.0](https://github.com/dkarter/dotfiles/compare/v3.0.0...v3.1.0) (2022-08-10) + + +### Features + +* **nvim:** add automatic mason tool installer ([0dcf428](https://github.com/dkarter/dotfiles/commit/0dcf428fbc2e652cd4509f59d8550dc824b44cad)) + + +### Bug Fixes + +* **nvim:** add missing argument to function call ([bab784e](https://github.com/dkarter/dotfiles/commit/bab784ed208b5dd3a239d7b4ec74068687154ae1)) +* **nvim:** correctly hook LSP on_attach ([16c2603](https://github.com/dkarter/dotfiles/commit/16c26035b1befddc1ed17f00a0dbf26ab70f28cf)) + ## [3.0.0](https://github.com/dkarter/dotfiles/compare/v2.11.0...v3.0.0) (2022-08-07) diff --git a/version.txt b/version.txt index 4a36342f..fd2a0186 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.0.0 +3.1.0