From 9bbc961d52263ff74ea402f03571c632aca68eba Mon Sep 17 00:00:00 2001 From: Nicolas Dextraze Date: Mon, 30 Jan 2023 16:17:22 -0500 Subject: [PATCH] version 22.10.0 --- README.md | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0068b2f..d0d9b4e 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,7 @@ Versions to install to match EventStore versions: - 0.2.x for ES from 3.9.4 to 5.x - 20.10.x for ES 20.10 LTS - 21.10.x for ES 21.10 LTS - -*I am working on making version match LTS and latest release of EventStore so that TCP protocol matches* +- 22.10.x for ES 22.10 LTS ### Dependencies diff --git a/package.json b/package.json index 22f7a62..c93e939 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-eventstore-client", - "version": "21.10.0", + "version": "22.10.0", "description": "A port of the EventStore .Net ClientAPI to Node.js", "main": "index.js", "types": "index.d.ts",