Skip to content

Commit 96f0a61

Browse files
committed
3.3.0
1 parent 9fb365c commit 96f0a61

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudamqp/amqp-client",
3-
"version": "3.2.1",
3+
"version": "3.3.0",
44
"description": "AMQP 0-9-1 client, both for browsers (WebSocket) and node (TCP Socket)",
55
"type": "module",
66
"main": "lib/cjs/index.js",

src/amqp-base-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { AMQPMessage } from "./amqp-message.js"
55
import { AMQPView } from "./amqp-view.js"
66
import type { Logger } from "./types.js"
77

8-
export const VERSION = "3.1.1"
8+
export const VERSION = '3.3.0'
99

1010
/**
1111
* Base class for AMQPClients.

0 commit comments

Comments
 (0)