From 5c3ae01592fe7f5bf7aced89b71ff5c320bee54a Mon Sep 17 00:00:00 2001 From: Realm CI Date: Fri, 24 Nov 2023 21:39:43 +0100 Subject: [PATCH] Prepare version v14.1.2 (#1608) Co-authored-by: realm-ci --- CHANGELOG.md | 17 +++++++++++++++++ RELEASENOTES.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 220e992aa..79df0518e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## Release 14.1.2 (2023-11-24) + +[Changes since v14.1.1](https://github.com/realm/realm-studio/compare/v14.1.1...v14.1.2) + +### Enhancements + +- None + +### Fixed + +- Fixed main process crash, by unpacking the realm.node binary and signing it. ([#1605](https://github.com/realm/realm-studio/pull/1605)) + +### Internals + +- None + + ## Release 14.1.1 (2023-11-23) [Changes since v14.1.0](https://github.com/realm/realm-studio/compare/v14.1.0...v14.1.1) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index cb1829b56..9db3750f9 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -6,7 +6,7 @@ ### Fixed -- Fixed main process crash, by unpacking the realm.node binary and signing it. ([#1605](https://github.com/realm/realm-studio/pull/1605)) +- None ### Internals diff --git a/package-lock.json b/package-lock.json index b5198b173..792b4f3c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "realm-studio", - "version": "14.1.1", + "version": "14.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "realm-studio", - "version": "14.1.1", + "version": "14.1.2", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 3733e3d09..1359e85da 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "realm-studio", "productName": "Realm Studio", - "version": "14.1.1", + "version": "14.1.2", "description": "A tool for everything Realm!", "author": { "name": "Realm",