From 81fcb24288b04543e2c767cbb6c044602484701a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 22 May 2023 06:52:49 +0000 Subject: [PATCH] Release 2.10.0 [skip ci] ## [2.10.0](https://github.com/sofastack/sofa-rpc-node/compare/v2.9.0...v2.10.0) (2023-05-22) ### Features * remove debug deps ([#112](https://github.com/sofastack/sofa-rpc-node/issues/112)) ([aada766](https://github.com/sofastack/sofa-rpc-node/commit/aada7662faddbc2f7eb0c5d200e4753d3ebbf0ba)) --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38d544e..091f09a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.10.0](https://github.com/sofastack/sofa-rpc-node/compare/v2.9.0...v2.10.0) (2023-05-22) + + +### Features + +* remove debug deps ([#112](https://github.com/sofastack/sofa-rpc-node/issues/112)) ([aada766](https://github.com/sofastack/sofa-rpc-node/commit/aada7662faddbc2f7eb0c5d200e4753d3ebbf0ba)) + ## [2.9.0](https://github.com/sofastack/sofa-rpc-node/compare/v2.8.0...v2.9.0) (2023-05-22) @@ -327,4 +334,3 @@ **others** ,fatal: No names found, cannot describe anything. - diff --git a/package.json b/package.json index cc3a245..8d4eccd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sofa-rpc-node", - "version": "2.9.0", + "version": "2.10.0", "description": "SOFARPC Nodejs Implementation", "main": "lib/index.js", "files": [