Bump version to 2.2.0-beta.4

This commit is contained in:
Jonatan Heyman 2025-04-22 21:40:28 +02:00
parent 579cc89c7c
commit 83d9aa741c
3 changed files with 5 additions and 5 deletions

View File

@ -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). 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 ### New Features
@ -14,7 +14,7 @@ Here are the most notable changes in each release. For a more detailed list of c
### Other changes ### 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 ## 2.1.4

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "Heynote", "name": "Heynote",
"version": "2.2.0-beta.3", "version": "2.2.0-beta.4",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "Heynote", "name": "Heynote",
"version": "2.2.0-beta.3", "version": "2.2.0-beta.4",
"license": "Commons Clause MIT", "license": "Commons Clause MIT",
"dependencies": { "dependencies": {
"@sindresorhus/slugify": "^2.2.1", "@sindresorhus/slugify": "^2.2.1",

View File

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