From 83d9aa741c02845734b437b96831d9de6a00eceb Mon Sep 17 00:00:00 2001 From: Jonatan Heyman Date: Tue, 22 Apr 2025 21:40:28 +0200 Subject: [PATCH] Bump version to 2.2.0-beta.4 --- docs/changelog.md | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 881de64..cbdb0f1 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.2.0-beta.3 +## 2.2.0-beta.4 ### New Features @@ -14,7 +14,7 @@ Here are the most notable changes in each release. For a more detailed list of c ### Other changes -- Upgraded to latest version of Electron, Vue, electron-builder and other dependencies. +- Upgraded to latest version of Electron, CodeMirror, Vue, electron-builder and other dependencies. ## 2.1.4 diff --git a/package-lock.json b/package-lock.json index 131406d..cf39940 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "Heynote", - "version": "2.2.0-beta.3", + "version": "2.2.0-beta.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "Heynote", - "version": "2.2.0-beta.3", + "version": "2.2.0-beta.4", "license": "Commons Clause MIT", "dependencies": { "@sindresorhus/slugify": "^2.2.1", diff --git a/package.json b/package.json index 2e19061..5459350 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Heynote", - "version": "2.2.0-beta.3", + "version": "2.2.0-beta.4", "main": "dist-electron/main/index.js", "description": "A dedicated scratch pad", "author": "Jonatan Heyman (https://heyman.info)",