Skip to content

Commit

Permalink
[12.14.1] Bump version (#6966)
Browse files Browse the repository at this point in the history
Co-authored-by: kraenhansen <[email protected]>
  • Loading branch information
fealebenpae and kraenhansen authored Jan 29, 2025
1 parent 6aeb43d commit bdb212f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
## vNext (TBD)

### Deprecations
* None

### Enhancements
* None
## 12.14.1 (2025-01-28)

### Fixed
* 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))
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion packages/realm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "realm",
"version": "12.14.0",
"version": "12.14.1",
"description": "Realm by MongoDB is an offline-first mobile database: an alternative to SQLite and key-value stores",
"license": "apache-2.0",
"homepage": "https://www.mongodb.com/docs/realm/",
Expand Down

0 comments on commit bdb212f

Please sign in to comment.