chore(main): release 0.2.0

This commit is contained in:
github-actions[bot]
2023-04-25 00:14:28 +00:00
committed by GitHub
parent 15c69ef8d7
commit fe903d957d
3 changed files with 14 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
{
".": "0.1.1"
".": "0.2.0"
}

View File

@@ -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)

View File

@@ -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.