Skip to content

Commit cd7fffe

Browse files
17.0.0-beta.24
1 parent 0ce6ecc commit cd7fffe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<!-- ADD new changes here! -->
77

8-
### 17.0.0-beta.23 (20 March 2026)
8+
### 17.0.0-beta.24 (24 March 2026)
99

1010
- A list of changes for RxDB v17 can be found [here](https://rxdb.info/releases/17.0.0.html)
1111

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rxdb",
33
"description": "A local-first realtime NoSQL Database for JavaScript applications - https://rxdb.info/",
4-
"version": "17.0.0-beta.23",
4+
"version": "17.0.0-beta.24",
55
"author": "pubkey",
66
"repository": {
77
"type": "git",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/**
22
* This file is replaced in the 'npm run build:version' script.
33
*/
4-
export const RXDB_VERSION = '17.0.0-beta.23';
4+
export const RXDB_VERSION = '17.0.0-beta.24';

0 commit comments

Comments
 (0)