Skip to content

Commit aed6b91

Browse files
committed
chore: release v0.3.0
1 parent 7111190 commit aed6b91

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.2.0",
3+
"version": "0.3.0",
44
"private": true,
55
"packageManager": "pnpm@10.18.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.2.0",
4+
"version": "0.3.0",
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)