Skip to content

Commit 7c4d780

Browse files
committed
v2.0.2 release
1 parent e86259f commit 7c4d780

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog]
55
and 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

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)