From c397511bdac34ac9a9b9c50bfd1c0e09b2088373 Mon Sep 17 00:00:00 2001 From: Jonatan Heyman Date: Mon, 7 Apr 2025 13:15:09 +0200 Subject: [PATCH] Bump version to 2.1.4-beta --- docs/changelog.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 709fea0..7e623b1 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,7 +2,7 @@ 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). -## 2.1.4 (not released yet) +## 2.1.4-beta - 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. - 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. diff --git a/package-lock.json b/package-lock.json index 615d33b..0574ad8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "Heynote", - "version": "2.1.3", + "version": "2.1.4-beta", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "Heynote", - "version": "2.1.3", + "version": "2.1.4-beta", "license": "Commons Clause MIT", "dependencies": { "@sindresorhus/slugify": "^2.2.1", diff --git a/package.json b/package.json index 32223a5..3e9b679 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Heynote", - "version": "2.1.3", + "version": "2.1.4-beta", "main": "dist-electron/main/index.js", "description": "A dedicated scratch pad", "author": "Jonatan Heyman (https://heyman.info)",