File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,13 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog]
55and this project adheres to [ Semantic Versioning] .
66
7+ ## [ 2.0.2] - 2020-08-15
8+ ### Fixed
9+ - Fix invalid arguments to constructors not throwing when omitted [ #16 ]
10+
711## [ 2.0.1] - 2020-08-09
812### Fixed
9- - Fixed missing binding.gyp file in package deployed to NPM
13+ - Fix missing binding.gyp file in package deployed to NPM
1014
1115## [ 2.0.0] - 2020-08-09
1216### Changes
@@ -95,6 +99,7 @@ functionality
9599## [ 0.0.1] - 2015-11-23
96100- Initial release
97101
102+ [ #16 ] : https://github.com/JacobFischer/netlinkwrapper/issues/16
98103[ #15 ] : https://github.com/JacobFischer/netlinkwrapper/issues/15
99104[ #14 ] : https://github.com/JacobFischer/netlinkwrapper/pull/14
100105[ #13 ] : https://github.com/JacobFischer/netlinkwrapper/pull/13
@@ -103,6 +108,7 @@ functionality
103108[ #4 ] : https://github.com/JacobFischer/netlinkwrapper/pull/4
104109[ #2 ] : https://github.com/JacobFischer/netlinkwrapper/pull/2
105110
111+ [ 2.0.2 ] : https://github.com/JacobFischer/netlinkwrapper/releases/tag/v2.0.2
106112[ 2.0.1 ] : https://github.com/JacobFischer/netlinkwrapper/releases/tag/v2.0.1
107113[ 2.0.0 ] : https://github.com/JacobFischer/netlinkwrapper/releases/tag/v2.0.0
108114[ 1.2.1 ] : https://github.com/JacobFischer/netlinkwrapper/releases/tag/v1.2.1
Original file line number Diff line number Diff line change 11{
22 "name" : " netlinkwrapper" ,
3- "version" : " 2.0.1 " ,
3+ "version" : " 2.0.2 " ,
44 "description" : " Synchronous TCP/UDP sockets via NetLink Sockets" ,
55 "author" : " JacobFischer <jacob.t.fischer@gmail.com>" ,
66 "license" : " GNU GPL V2.0" ,
You can’t perform that action at this time.
0 commit comments