Skip to content

Commit

Permalink
Prepare to release core 13.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed May 24, 2024
1 parent 5732e50 commit cf105d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/amqp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@message-queue-toolkit/amqp",
"version": "15.1.0",
"version": "15.1.1",
"private": false,
"license": "MIT",
"description": "AMQP adapter for message-queue-toolkit",
Expand Down Expand Up @@ -29,7 +29,7 @@
"zod": "^3.23.8"
},
"peerDependencies": {
"@message-queue-toolkit/core": "^13.1.0",
"@message-queue-toolkit/core": "^13.3.1",
"amqplib": "^0.10.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@message-queue-toolkit/core",
"version": "13.3.0",
"version": "13.3.1",
"private": false,
"license": "MIT",
"description": "Useful utilities, interfaces and base classes for message queue handling. Supports AMQP and SQS with a common abstraction on top currently",
Expand Down

0 comments on commit cf105d2

Please sign in to comment.