mirror of
https://github.com/jimeh/yank-indent.git
synced 2026-02-19 01:26:40 +00:00
Merge pull request #3 from jimeh/release-please--branches--main
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
{
|
||||
".": "0.1.1"
|
||||
".": "0.2.0"
|
||||
}
|
||||
|
||||
12
CHANGELOG.md
12
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)
|
||||
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user