mirror of
https://github.com/jimeh/yank-indent.git
synced 2026-02-19 01:26:40 +00:00
chore(main): release 0.3.0
This commit is contained in:
committed by
GitHub
parent
290eb89fec
commit
c0ec1607fe
2
.github/.release-please-manifest.json
vendored
2
.github/.release-please-manifest.json
vendored
@@ -1,3 +1,3 @@
|
||||
{
|
||||
".": "0.2.0"
|
||||
".": "0.3.0"
|
||||
}
|
||||
|
||||
11
CHANGELOG.md
11
CHANGELOG.md
@@ -1,5 +1,16 @@
|
||||
# Changelog
|
||||
|
||||
## [0.3.0](https://github.com/jimeh/yank-indent/compare/v0.2.0...v0.3.0) (2023-06-12)
|
||||
|
||||
|
||||
### ⚠ BREAKING CHANGES
|
||||
|
||||
* **setup:** Removed yank-indent-setup and yank-indent-teardown functions.
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **setup:** simplify package/load setup by not using a global advice ([b047e91](https://github.com/jimeh/yank-indent/commit/b047e91b9235308f76a94dacdf40f160bee6758e))
|
||||
|
||||
## [0.2.0](https://github.com/jimeh/yank-indent/compare/v0.1.1...v0.2.0) (2023-04-25)
|
||||
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
;; Keywords: convenience, yank, indent
|
||||
;; Package-Requires: ((emacs "25.1"))
|
||||
;; x-release-please-start-version
|
||||
;; Version: 0.2.0
|
||||
;; Version: 0.3.0
|
||||
;; x-release-please-end
|
||||
|
||||
;; This file is not part of GNU Emacs.
|
||||
|
||||
Reference in New Issue
Block a user