diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ea1748..8f7ce68 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.9](https://github.com/hertzg/node-net-keepalive/compare/v1.3.8...v1.3.9) (2020-09-11) + +### Bug Fixes + +- **deps:** bump node-fetch from 2.6.0 to 2.6.1 ([#70](https://github.com/hertzg/node-net-keepalive/issues/70)) ([84aba59](https://github.com/hertzg/node-net-keepalive/commit/84aba59d04a481aed5ad06b40738c8b3271333bc)) + +# 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.8](https://github.com/hertzg/node-net-keepalive/compare/v1.3.7...v1.3.8) (2020-08-31) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index a3dc73b..641bc28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "net-keepalive", - "version": "1.3.8", + "version": "1.3.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 515b24d..15990b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "net-keepalive", - "version": "1.3.8", + "version": "1.3.9", "description": "Provides high-level access to socket options like TCP_KEEPIDLE, TCP_KEEPINTVL, TCP_KEEPCNT", "main": "index.js", "scripts": {