From 9be9ccc97a8db0d5d654274d787f8c9f37d9e4c7 Mon Sep 17 00:00:00 2001 From: hzmi Date: Fri, 23 Feb 2024 15:27:29 +0000 Subject: [PATCH] chore(release): publish - @nezuchan/constants@0.9.1 --- packages/constants/CHANGELOG.md | 11 +++++++++++ packages/constants/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/constants/CHANGELOG.md b/packages/constants/CHANGELOG.md index 39ae90e3..cde14bf2 100644 --- a/packages/constants/CHANGELOG.md +++ b/packages/constants/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.9.1](https://github.com/NezuChan/library/compare/@nezuchan/constants@0.9.0...@nezuchan/constants@0.9.1) (2024-02-23) + + +### Bug Fixes + +* **RabbitMQ:** it's request for RPC, not cache ([2cc5de8](https://github.com/NezuChan/library/commit/2cc5de8b5a0d8b0fc6f5f066df189f779065869e)) + + + + + # [0.9.0](https://github.com/NezuChan/library/compare/@nezuchan/constants@0.8.0...@nezuchan/constants@0.9.0) (2024-02-23) diff --git a/packages/constants/package.json b/packages/constants/package.json index 4ee1737d..f5f3adaa 100644 --- a/packages/constants/package.json +++ b/packages/constants/package.json @@ -1,6 +1,6 @@ { "name": "@nezuchan/constants", - "version": "0.9.0", + "version": "0.9.1", "description": "A package that contains shared constants", "main": "./dist/index.js", "module": "./dist/index.js",