Skip to content

Commit 6f05fe7

Browse files
17.0.0-beta.22
1 parent a2915f8 commit 6f05fe7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.21 (19 March 2026)
8+
### 17.0.0-beta.22 (20 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.21",
4+
"version": "17.0.0-beta.22",
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.21';
4+
export const RXDB_VERSION = '17.0.0-beta.22';

0 commit comments

Comments
 (0)