Skip to content

Commit

Permalink
[bump] client version (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart authored Jan 10, 2025
1 parent 5bb6d22 commit 2735283
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/node_transport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2735283

Please sign in to comment.