From da6960bdbf6448597a8343cee7650b2e9d737237 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Thu, 11 May 2023 16:03:49 +0800 Subject: [PATCH] chore: release v1.7.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1389760..3e4e4723 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [1.7.3](https://github.com/msgbyte/tailchat/compare/v1.7.2...v1.7.3) (2023-05-11) + + +### Features + +* patch moleculer ([467a13c](https://github.com/msgbyte/tailchat/commit/467a13c5b043889c234a816929b371ae506ffd99)) + ## [1.7.2](https://github.com/msgbyte/tailchat/compare/v1.7.1...v1.7.2) (2023-05-10) diff --git a/package.json b/package.json index ce009dfd..620905af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tailchat", - "version": "1.7.2", + "version": "1.7.3", "private": true, "description": "", "main": "index.js",