diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ede17e..21fa15b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Master (Unreleased) +## 1.3.0 (2021-01-15) + ### Enhancements * [#155](https://github.com/meow-edit/meow/pull/155) [#166](https://github.com/meow-edit/meow/pull/166) [#158](https://github.com/meow-edit/meow/pull/158) Add `meow-define-state` and `meow-register-state` to allow user define custom state. * Remap `describe-key` to `meow-describe-key` which handles the dispatched keybinds. diff --git a/meow.el b/meow.el index 3e04920..d3ab951 100644 --- a/meow.el +++ b/meow.el @@ -3,7 +3,7 @@ ;; Author: Shi Tianshu ;; Keywords: convenience, modal-editing ;; Package-Requires: ((emacs "27.2")) -;; Version: 1.2.1 +;; Version: 1.3.0 ;; URL: https://www.github.com/DogLooksGood/meow ;; ;; This file is not part of GNU Emacs.