Skip to content

Commit

Permalink
chore(release): 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DCsunset committed May 31, 2023
1 parent 0970134 commit f977ce6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [0.3.0](https://github.com/DCsunset/modaled/compare/v0.2.0...v0.3.0) (2023-05-31)


### ⚠ BREAKING CHANGES

* remove kbd function for defining keys to provide better flexibility

### Features

* support :predicate arg in define-default-state ([8681e23](https://github.com/DCsunset/modaled/commit/8681e23216084ee2af1d2cd826115d0135543ebc))


### Bug Fixes

* remove kbd function for defining keys to provide better flexibility ([3324c7e](https://github.com/DCsunset/modaled/commit/3324c7e79dbfab7e0a57390b2879e7edabc55b20))
* update description and use spaces for indentation ([ff0eee4](https://github.com/DCsunset/modaled/commit/ff0eee4f8830ed022c8772e5910743e9c8b46768))

## [0.2.0](https://github.com/DCsunset/modaled/compare/v0.1.0...v0.2.0) (2023-05-26)


Expand Down
2 changes: 1 addition & 1 deletion modaled.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
;;
;; Author: DCsunset
;; URL: https://github.com/DCsunset/modaled
;; Version: 0.2.0
;; Version: 0.3.0
;; Package-Requires: ((emacs "25.1"))
;; Keywords: convenience, modal-editing
;;
Expand Down

0 comments on commit f977ce6

Please sign in to comment.