diff options
| author | Radon Rosborough <radon.neon@gmail.com> | 2021-02-26 22:04:15 -0800 |
|---|---|---|
| committer | Radon Rosborough <radon.neon@gmail.com> | 2021-02-26 22:04:53 -0800 |
| commit | b4975ca1bbe87a791e7c14e12bae2ce7af06927b (patch) | |
| tree | 1d1fcbdf473f1f388dc54a1e2bc0d5c6682bc2a6 | |
| parent | 02368ee1c73df691356ebcfff06b785b585d92a6 (diff) | |
| parent | 53ac964e53e75b9a35a7bd173f23290d0f42d95c (diff) | |
Merge tag 'v1.1.2'
| -rw-r--r-- | CHANGELOG.md | 14 | ||||
| -rw-r--r-- | apheleia.el | 2 |
2 files changed, 11 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b8f025..3d925cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,21 +5,27 @@ The format is based on [Keep a Changelog]. ## Unreleased ### Enhancements -* Prettier is now enabled in `json-mode`. * Formatters are now run by default in the root directory of your project (as defined by `project.el` or Projectile, defaulting to the working directory). See [#30]. ### Bugs fixed +* Fix spelling error in generated process names ([#32]). + +[#30]: https://github.com/raxod502/apheleia/issues/30 +[#32]: https://github.com/raxod502/apheleia/pull/32 + +## 1.1.2 (released 2021-02-26) +### Enhancements +* Prettier is now enabled in `json-mode`. + +### Bugs fixed * Prettier now respects `.prettierignore` ([#21]). * Apheleia's global mode should no longer trigger warnings about a locally let-bound `after-save-hook` ([#27]). -* Fix spelling error in generated process names ([#32]). [#21]: https://github.com/raxod502/apheleia/issues/21 [#27]: https://github.com/raxod502/apheleia/issues/27 -[#30]: https://github.com/raxod502/apheleia/issues/30 -[#32]: https://github.com/raxod502/apheleia/pull/32 ## 1.1.1 (released 2020-07-16) ### Formatters diff --git a/apheleia.el b/apheleia.el index 3c11058..90a1eaa 100644 --- a/apheleia.el +++ b/apheleia.el @@ -8,7 +8,7 @@ ;; Keywords: tools ;; Package-Requires: ((emacs "25.2")) ;; SPDX-License-Identifier: MIT -;; Version: 1.1.1 +;; Version: 1.1.2 ;;; Commentary: |
