Bump version to 2.7.1

This commit is contained in:
Jonatan Heyman 2026-01-06 12:56:39 +01:00
parent 0d3e687582
commit d9f3a4306d
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,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.7.1 (not released yet)
## 2.7.1
- Fix issue where a folded block would get unfolded when editing an empty block directly below it.

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "Heynote",
"version": "2.7.0",
"version": "2.7.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "Heynote",
"version": "2.7.0",
"version": "2.7.1",
"hasInstallScript": true,
"license": "Commons Clause MIT",
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "Heynote",
"version": "2.7.0",
"version": "2.7.1",
"main": "dist-electron/main/index.js",
"description": "A dedicated scratch pad",
"author": "Jonatan Heyman (https://heyman.info)",