From c68ddb48e4b9691d27422d829108a3b0f6dd9ca3 Mon Sep 17 00:00:00 2001 From: Realm CI Date: Fri, 24 Nov 2023 07:24:13 +0100 Subject: [PATCH] Prepare version v14.1.1 (#1606) 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 0dfd9e713..220e992aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## 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) + +### Enhancements + +- None + +### Fixed + +- Fixed loading the greeting window. ([#1605](https://github.com/realm/realm-studio/pull/1605)) + +### Internals + +- None + + ## Release 14.1.0 (2023-11-23) [Changes since v14.0.4](https://github.com/realm/realm-studio/compare/v14.0.4...v14.1.0) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index cadef642e..9db3750f9 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -6,7 +6,7 @@ ### Fixed -- Fixed loading the greeting window. ([#1605](https://github.com/realm/realm-studio/pull/1605)) +- None ### Internals diff --git a/package-lock.json b/package-lock.json index 5f9567710..b5198b173 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "realm-studio", - "version": "14.1.0", + "version": "14.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "realm-studio", - "version": "14.1.0", + "version": "14.1.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 900d8f79f..f9a25f6a0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "realm-studio", "productName": "Realm Studio", - "version": "14.1.0", + "version": "14.1.1", "description": "A tool for everything Realm!", "author": { "name": "Realm",