From c085ffc9a9863a44fb20b50dcb861ce0e6a9477c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 13 Aug 2020 13:11:45 +0000 Subject: [PATCH] chore(release): 1.3.7 [skip ci] ### [1.3.7](https://github.com/hertzg/node-net-keepalive/compare/v1.3.6...v1.3.7) (2020-08-13) ### Bug Fixes * **deps:** bump ref-napi from 2.0.4 to 3.0.0 ([#48](https://github.com/hertzg/node-net-keepalive/issues/48)) ([df56f7c](https://github.com/hertzg/node-net-keepalive/commit/df56f7c796fa32ea81970eba585533ed8b6903f2)) --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c0f078..f3bacce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), enforced with [semantic-release](https://github.com/semantic-release/semantic-release). +### [1.3.7](https://github.com/hertzg/node-net-keepalive/compare/v1.3.6...v1.3.7) (2020-08-13) + +### Bug Fixes + +- **deps:** bump ref-napi from 2.0.4 to 3.0.0 ([#48](https://github.com/hertzg/node-net-keepalive/issues/48)) ([df56f7c](https://github.com/hertzg/node-net-keepalive/commit/df56f7c796fa32ea81970eba585533ed8b6903f2)) + +# Changelog + +All notable changes to this project will be documented in this file. +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), enforced with [semantic-release](https://github.com/semantic-release/semantic-release). + ### [1.3.6](https://github.com/hertzg/node-net-keepalive/compare/v1.3.5...v1.3.6) (2020-07-19) # Changelog diff --git a/package-lock.json b/package-lock.json index 15317a7..70755b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "net-keepalive", - "version": "1.3.6", + "version": "1.3.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9d951c3..2799c94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "net-keepalive", - "version": "1.3.6", + "version": "1.3.7", "description": "Provides high-level access to socket options like TCP_KEEPIDLE, TCP_KEEPINTVL, TCP_KEEPCNT", "main": "index.js", "scripts": {