diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a915e8c..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 24e70b1..d1a6df1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.2.0](https://github.com/jimeh/yank-indent/compare/v0.1.1...v0.2.0) (2023-04-25) + + +### ⚠ BREAKING CHANGES + +* **customization:** Rename global mode customization variables. + +### Bug Fixes + +* **customization:** rename customize variables related to global mode ([84f3b3e](https://github.com/jimeh/yank-indent/commit/84f3b3e7c05413b4e9a7a7d3b81457cd1511f4ac)) +* **internal:** do not add advice on package load ([9b1d01b](https://github.com/jimeh/yank-indent/commit/9b1d01b600f9da0139dddb19485177ccee99f1ee)) + ### [0.1.1](https://github.com/jimeh/yank-indent/compare/v0.1.0...v0.1.1) (2023-04-23) diff --git a/yank-indent.el b/yank-indent.el index 13b4510..17e3594 100644 --- a/yank-indent.el +++ b/yank-indent.el @@ -5,7 +5,7 @@ ;; Keywords: convenience, yank, indent ;; Package-Requires: ((emacs "25.1")) ;; x-release-please-start-version -;; Version: 0.1.0 +;; Version: 0.2.0 ;; x-release-please-end ;; This file is not part of GNU Emacs.