From 885f9abb763a41781d5b5b4bd609d6ad58df17e2 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 15 Oct 2020 14:44:36 +0100 Subject: [PATCH] chore(release): 0.7.10 --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00fcfa1..e2be946 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.10](https://github.com/jimeh/.emacs.d/compare/v0.7.9...v0.7.10) (2020-10-15) + + +### Bug Fixes + +* **ui:** use advice to yes-or-no-p to y-or-n-p ([f987f01](https://github.com/jimeh/.emacs.d/commit/f987f01f9a099574de64880d898297d8413d88c5)) + ### [0.7.9](https://github.com/jimeh/.emacs.d/compare/v0.7.8...v0.7.9) (2020-10-09) diff --git a/VERSION b/VERSION index 1451d48..1e79b04 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.9 \ No newline at end of file +0.7.10 \ No newline at end of file