diff --git a/CHANGELOG.md b/CHANGELOG.md index 331c1b095b..d0f39dd820 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,4 @@ -## vNext (TBD) - -### Deprecations -* None - -### Enhancements -* None +## 12.0.0-rc.1 (2023-06-30) ### Fixed * Include CJS index files in the packaged source for Realm. ([[#5893](https://github.com/realm/realm-js/issues/5893)) diff --git a/package-lock.json b/package-lock.json index 8090c50d98..572c0c46b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29734,7 +29734,7 @@ } }, "packages/realm": { - "version": "12.0.0-rc.0", + "version": "12.0.0-rc.1", "hasInstallScript": true, "license": "apache-2.0", "dependencies": { diff --git a/packages/realm/package.json b/packages/realm/package.json index ca1aa9b90d..99a4e398f4 100644 --- a/packages/realm/package.json +++ b/packages/realm/package.json @@ -1,6 +1,6 @@ { "name": "realm", - "version": "12.0.0-rc.0", + "version": "12.0.0-rc.1", "description": "Realm is a mobile database: an alternative to SQLite and key-value stores", "license": "apache-2.0", "homepage": "https://realm.io",