Skip to content

Commit 4af509f

Browse files
committed
chore: release v0.1.2
1 parent 35a0a98 commit 4af509f

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.1.1",
3+
"version": "0.1.2",
44
"private": true,
55
"packageManager": "pnpm@10.17.1",
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.1.1",
4+
"version": "0.1.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)