Skip to content

Commit 4618200

Browse files
committed
chore: release v0.4.2
1 parent bd4f0a6 commit 4618200

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextorders/queue-monorepo",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"private": true,
55
"packageManager": "pnpm@10.19.0",
66
"license": "MIT",

packages/queue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nextorders/queue",
33
"type": "module",
4-
"version": "0.4.1",
4+
"version": "0.4.2",
55
"description": "Designed to simplify working with RabbitMQ in Node.js applications. Provides a high-level API for organizing message queues and processing business entities.",
66
"license": "MIT",
77
"homepage": "https://nextorders.ru/queue",

0 commit comments

Comments
 (0)