mirror of
https://github.com/heyman/heynote.git
synced 2026-02-06 11:27:25 +00:00
Bump version to 2.7.1
This commit is contained in:
parent
0d3e687582
commit
d9f3a4306d
@ -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
4
package-lock.json
generated
@ -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": {
|
||||
|
||||
@ -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)",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user