From 4ece55c35b67b1487199bcf0c8ddfe19915315d5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 15 Apr 2024 12:24:55 +0000 Subject: [PATCH] chore(release): 4.0.1 [skip ci] ## [4.0.1](https://github.com/hertzg/node-net-keepalive/compare/v4.0.0...v4.0.1) (2024-04-15) ### Bug Fixes * expose errorno from ffi-rs ([#316](https://github.com/hertzg/node-net-keepalive/issues/316)) ([27012c1](https://github.com/hertzg/node-net-keepalive/commit/27012c1572e113f8bc9c6592bfb7de2ed8d009ec)) --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 437f133..14e935d 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). +## [4.0.1](https://github.com/hertzg/node-net-keepalive/compare/v4.0.0...v4.0.1) (2024-04-15) + +### Bug Fixes + +- expose errorno from ffi-rs ([#316](https://github.com/hertzg/node-net-keepalive/issues/316)) ([27012c1](https://github.com/hertzg/node-net-keepalive/commit/27012c1572e113f8bc9c6592bfb7de2ed8d009ec)) + +# 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). + ## [4.0.0](https://github.com/hertzg/node-net-keepalive/compare/v3.0.1...v4.0.0) (2024-04-12) ### ⚠ BREAKING CHANGES diff --git a/package-lock.json b/package-lock.json index 3a08db5..922703d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "net-keepalive", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "net-keepalive", - "version": "4.0.0", + "version": "4.0.1", "license": "MIT", "dependencies": { "ffi-rs": "1.0.60" diff --git a/package.json b/package.json index 9269e60..da20bd6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "net-keepalive", - "version": "4.0.0", + "version": "4.0.1", "description": "Provides high-level access to socket options like TCP_KEEPIDLE, TCP_KEEPINTVL, TCP_KEEPCNT", "main": "index.js", "scripts": {