Skip to content

Commit bdb212f

Browse files
[12.14.1] Bump version (#6966)
Co-authored-by: kraenhansen <[email protected]>
1 parent 6aeb43d commit bdb212f

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

CHANGELOG.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
## vNext (TBD)
2-
3-
### Deprecations
4-
* None
5-
6-
### Enhancements
7-
* None
1+
## 12.14.1 (2025-01-28)
82

93
### Fixed
104
* Closing and opening a realm before a token refresh is completed, would result in two sync sessions both try to start synchronizing the realm when the refreshes do complete, leading to a crash with a MultipleSyncAgents exception. ([realm/realm-core#8064](https://github.com/realm/realm-core/issues/8064))

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/realm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "realm",
3-
"version": "12.14.0",
3+
"version": "12.14.1",
44
"description": "Realm by MongoDB is an offline-first mobile database: an alternative to SQLite and key-value stores",
55
"license": "apache-2.0",
66
"homepage": "https://www.mongodb.com/docs/realm/",

0 commit comments

Comments
 (0)