Skip to content

Commit 76df74f

Browse files
committed
Bump version to 2.1.4
1 parent 4e5a113 commit 76df74f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Here are the most notable changes in each release. For a more detailed list of changes, see the [Github Releases page](https://github.com/heyman/heynote/releases).
44

5-
## 2.1.4-beta
5+
## 2.1.4
66

77
- Fix issue with positioning and size of todo list checkboxes in Markdown blocks when using a non-default font size, or a non-monospaced font.
88
- Fix issue when pressing `Ctrl/Cmd+A` in a text input inside a modal dialog (e.g. the buffer selector). Previously the select all command would be sent to the editor.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Heynote",
3-
"version": "2.1.4-beta",
3+
"version": "2.1.4",
44
"main": "dist-electron/main/index.js",
55
"description": "A dedicated scratch pad",
66
"author": "Jonatan Heyman (https://heyman.info)",

0 commit comments

Comments
 (0)