Skip to content

Commit

Permalink
chore(version): release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eki3z committed May 19, 2024
1 parent 3407be5 commit f2fe743
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [2.1.0](https://github.com/liuyinz/binky.el/compare/v2.0.0..v2.1.0) - 2024-05-19

### Bug Fixes

- clarify binky operation is illegal or back - ([5a03275](https://github.com/liuyinz/binky.el/commit/5a03275c5dbe537c91db02fabf9706c0fd9fa14d))
- error when press ctrl-' and alt-' - ([fc3033b](https://github.com/liuyinz/binky.el/commit/fc3033be09cb7e234395f483d29199e4d69b8471))

### Features

- when call binky-jump-other-window, select existed window and buffer as possible - ([3407be5](https://github.com/liuyinz/binky.el/commit/3407be57768ff58b40434a883ed2501f8c1b4404))

### Refactoring

- function binky--mark-type - ([bcbb890](https://github.com/liuyinz/binky.el/commit/bcbb8909d0e1d0ca1867f243f89615ed34714836))

## [2.0.0](https://github.com/liuyinz/binky.el/compare/v1.4.2..v2.0.0) - 2024-05-17

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion binky.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Copyright (C) 2022, 2023, 2024 liuyinz

;; Author: liuyinz <[email protected]>
;; Version: 2.0.0
;; Version: 2.1.0
;; Package-Requires: ((emacs "29.1") (dash "2.19.1"))
;; Keywords: convenience
;; Homepage: https://github.com/liuyinz/binky-mode
Expand Down

0 comments on commit f2fe743

Please sign in to comment.