Skip to content

Commit fc64f2b

Browse files
committed
2.1.0
1 parent b873068 commit fc64f2b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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": "2.0.3",
3+
"version": "2.1.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
@@ -3,7 +3,7 @@ import { AMQPError } from './amqp-error.js'
33
import { AMQPMessage } from './amqp-message.js'
44
import { AMQPView } from './amqp-view.js'
55

6-
const VERSION = '2.0.3'
6+
const VERSION = '2.1.0'
77

88
/**
99
* Base class for AMQPClients.

0 commit comments

Comments
 (0)