Skip to content

Commit 2e86427

Browse files
committed
Release 1.12.2
1 parent 1de56e9 commit 2e86427

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

History.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11

2+
1.12.2 / 2024-08-05
3+
==================
4+
5+
**fixes**
6+
* [[`1de56e9`](http://github.com/node-modules/hessian.js/commit/1de56e93acf475dafd995d8142357dbb9c151177)] - fix: missing ref flag when writing type ref (#143) (Gxkl <<gxkl203@gmail.com>>)
7+
8+
**others**
9+
* [[`7c14b64`](http://github.com/node-modules/hessian.js/commit/7c14b640fcbcee5f7301755454de18867982a8e5)] - test: add `-Infinity` double test cases (#142) (fengmk2 <<suqian.yf@antgroup.com>>)
10+
211
1.12.1 / 2024-05-31
312
==================
413

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-1",
3-
"version": "1.12.1",
3+
"version": "1.12.2",
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)