Skip to content

Commit 0ce16b3

Browse files
committed
Update to v1.2.0
1 parent 635b3ad commit 0ce16b3

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +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+
## [1.2.0] - 2020-1-1
8+
### Fixed
9+
- Support for Node v13 builds [#13], [#14]
10+
- Fixes build warnings for unused variable `value_`
11+
### Changed
12+
- Node v6 is no longer LTS thus dropped from support here
13+
714
## [1.1.2] - 2019-7-3
815
### Fixed
916
- Fixes for node supporting versions 6 through 12 (current) [#9]
@@ -15,15 +22,15 @@ and this project adheres to [Semantic Versioning].
1522
## [1.1.0] - 2018-9-1
1623
### Fixed
1724
- Build now works with Node.js v10 [#4]
18-
- Updated dependencies to latest to resolve security concerns.
25+
- Updated dependencies to latest to resolve security concerns
1926

2027
### Added
2128
- TypeScript definitions.
2229
- This changelog!
2330
- TravisCI integration
2431

2532
## [1.0.0] - 2016-11-22
26-
### Fixes
33+
### Fixed
2734
- OSX builds working [#2]
2835

2936
### Added
@@ -32,10 +39,14 @@ and this project adheres to [Semantic Versioning].
3239
## [0.0.1] - 2015-11-23
3340
- Initial release
3441

42+
[#14]: https://github.com/JacobFischer/netlinkwrapper/pull/14
43+
[#13]: https://github.com/JacobFischer/netlinkwrapper/pull/13
3544
[#9]: https://github.com/JacobFischer/netlinkwrapper/pull/9
3645
[#6]: https://github.com/JacobFischer/netlinkwrapper/pull/6
3746
[#4]: https://github.com/JacobFischer/netlinkwrapper/pull/4
3847
[#2]: https://github.com/JacobFischer/netlinkwrapper/pull/2
48+
[1.2.0]: https://github.com/JacobFischer/netlinkwrapper/releases/tag/v1.2.0
49+
[1.1.2]: https://github.com/JacobFischer/netlinkwrapper/releases/tag/v1.1.2
3950
[1.1.1]: https://github.com/JacobFischer/netlinkwrapper/releases/tag/v1.1.1
4051
[1.1.0]: https://github.com/JacobFischer/netlinkwrapper/releases/tag/v1.1.0
4152
[1.0.0]: https://github.com/JacobFischer/netlinkwrapper/releases/tag/v1.0.0

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": "1.1.2",
3+
"version": "1.2.0",
44
"description": "This is a simple node-gyp module wrapper for the C++ library netLink v1.0.0_pre6",
55
"author": "JacobFischer <[email protected]>",
66
"main": "main.js",

0 commit comments

Comments
 (0)