Skip to content

Commit 5843828

Browse files
Release 2.11.0
[skip ci] ## [2.11.0](v2.10.1...v2.11.0) (2023-04-16) ### Features * remove debug and use byte@2 ([#137](#137)) ([1eb3b3e](1eb3b3e))
1 parent 1eb3b3e commit 5843828

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [2.11.0](https://github.com/node-modules/hessian.js/compare/v2.10.1...v2.11.0) (2023-04-16)
4+
5+
6+
### Features
7+
8+
* remove debug and use byte@2 ([#137](https://github.com/node-modules/hessian.js/issues/137)) ([1eb3b3e](https://github.com/node-modules/hessian.js/commit/1eb3b3ed5193deaa176231322d03daab99e49aff))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hessian.js",
3-
"version": "2.10.1",
3+
"version": "2.11.0",
44
"description": "Hessian Serialization written by pure JavaScript, support all kind of types in Java.",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)