Skip to content

Commit

Permalink
[12.13.1] Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kraenhansen authored Aug 21, 2024
1 parent b798a7b commit f3be663
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 10 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.13.1 (2024-08-21)

### Fixed
* Fixed a build error on React Native iOS and Android from a change in the `CallInvoker`'s `invokeAsync` call signature. ([#6851](https://github.com/realm/realm-js/pull/6851) since v12.12.0 in combination with React Native >= v0.75.0).
Expand Down
45 changes: 44 additions & 1 deletion 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 packages/realm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "realm",
"version": "12.13.0",
"version": "12.13.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 Expand Up @@ -288,4 +288,4 @@
6
]
}
}
}

0 comments on commit f3be663

Please sign in to comment.