Skip to content

Commit

Permalink
[BUMP] client version to 1.21.0 (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed Mar 12, 2024
1 parent b49f7be commit c7645ab
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 7 deletions.
42 changes: 37 additions & 5 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
@@ -1,6 +1,6 @@
{
"name": "nats.ws",
"version": "1.22.0",
"version": "1.21.0",
"description": "WebSocket NATS client",
"main": "./cjs/nats.js",
"module": "./esm/nats.js",
Expand Down
2 changes: 1 addition & 1 deletion src/ws_transport.ts
Expand Up @@ -32,7 +32,7 @@ import {
render,
} from "https://raw.githubusercontent.com/nats-io/nats.deno/v1.20.1/nats-base-client/internal_mod.ts";

const VERSION = "1.22.0";
const VERSION = "1.21.0";
const LANG = "nats.ws";

export type WsSocketFactory = (u: string, opts: ConnectionOptions) => Promise<{
Expand Down

0 comments on commit c7645ab

Please sign in to comment.