diff --git a/package-lock.json b/package-lock.json index 305f999..f9699ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nats", - "version": "2.29.0", + "version": "2.29.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nats", - "version": "2.29.0", + "version": "2.29.1", "license": "Apache-2.0", "dependencies": { "nkeys.js": "1.1.0" diff --git a/package.json b/package.json index e11d514..206282f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nats", - "version": "2.29.0", + "version": "2.29.1", "description": "Node.js client for NATS, a lightweight, high-performance cloud native messaging system", "keywords": [ "nats", diff --git a/src/node_transport.ts b/src/node_transport.ts index 58ab623..a9a446e 100644 --- a/src/node_transport.ts +++ b/src/node_transport.ts @@ -34,7 +34,7 @@ const { resolve } = require("path"); const { readFile, existsSync } = require("fs"); const dns = require("dns"); -const VERSION = "2.29.0"; +const VERSION = "2.29.1"; const LANG = "nats.js"; export class NodeTransport implements Transport {