Skip to content

Commit

Permalink
Prepare version v11.2.0 (#1509)
Browse files Browse the repository at this point in the history
Co-authored-by: realm-ci <[email protected]>
  • Loading branch information
2 people authored and kraenhansen committed Jun 3, 2022
1 parent ff5bad0 commit 163db42
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 6 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## Release 11.2.0 (2022-06-02)

[Changes since v11.1.2](https://github.com/realm/realm-studio/compare/v11.1.2...v11.2.0)

### Enhancements

- Improved error message when opening a Realm file which is already opened by another process opening the lock file with an mismatching format version.

### Fixed

- None

### Internals

- Upgraded a lot of dependencies, including Electron to v19 ([#1507](https://github.com/realm/realm-studio/pull/1507), [#1506](https://github.com/realm/realm-studio/pull/1506), [#1505](https://github.com/realm/realm-studio/pull/1505))


## Release 11.1.2 (2022-04-12)

[Changes since v11.1.1](https://github.com/realm/realm-studio/compare/v11.1.1...v11.1.2)
Expand Down
4 changes: 2 additions & 2 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

### Enhancements

- Improved error message when opening a Realm file which is already opened by another process opening the lock file with an mismatching format version.
- None

### Fixed

- None

### Internals

- Upgraded a lot of dependencies, including Electron to v19 ([#1507](https://github.com/realm/realm-studio/pull/1507), [#1506](https://github.com/realm/realm-studio/pull/1506), [#1505](https://github.com/realm/realm-studio/pull/1505))
- None
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "realm-studio",
"productName": "MongoDB Realm Studio",
"version": "11.1.2",
"version": "11.2.0",
"description": "A tool for everything MongoDB Realm!",
"author": {
"name": "Realm",
Expand Down Expand Up @@ -238,4 +238,4 @@
"engines": {
"node": "^16"
}
}
}

0 comments on commit 163db42

Please sign in to comment.