From 6ada913276dbde8053030ab90b7594316b5f079b Mon Sep 17 00:00:00 2001 From: pubkey <8926560+pubkey@users.noreply.github.com> Date: Fri, 28 Jan 2022 22:01:53 +0100 Subject: [PATCH] 11.4.0 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ed74d5227d..48499c356ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ### X.X.X (comming soon) +### 11.4.0 (28 January 2022) + Bugfixes: - `RxDocument.toJSON()` is leaking meta field `_deleted`. [#3645](https://github.com/pubkey/rxdb/pull/3645) Thanks [@Bessonov](https://github.com/Bessonov) diff --git a/package.json b/package.json index 68e29745dcd..ec455de057a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "rxdb", "description": "A realtime Database for JavaScript applications", "// version": "For pre-release versions run 'npm publish --tag next'", - "version": "11.3.0", + "version": "11.4.0", "author": "pubkey", "repository": { "type": "git",