Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carlhoerberg committed Dec 23, 2021
1 parent e43adf4 commit 23a76d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudamqp/amqp-client",
"version": "1.2.2",
"version": "1.3.0",
"description": "AMQP 0-9-1 client, both for browsers (WebSocket) and node (TCP Socket)",
"type": "module",
"main": "dist/amqp-client.cjs",
Expand Down
2 changes: 1 addition & 1 deletion src/amqp-base-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import AMQPError from './amqp-error.js'
import AMQPMessage from './amqp-message.js'
import AMQPView from './amqp-view.js'

const VERSION = '1.2.2'
const VERSION = '1.3.0'

/**
* Base class for AMQPClients.
Expand Down

0 comments on commit 23a76d1

Please sign in to comment.