From 03800041df2de847dbe17e6a92ec80cb73700e47 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Thu, 29 Nov 2018 19:12:23 +0200 Subject: [PATCH] v1.0.23 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4521ca..16d4d81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +## 1.0.23 - 2018-11-29 + +* Disable use of secure_getenv on linux x64 systems [Alexis Svinartchouk] +* Update file-disk to 5.0.0 and make it a devDependency [Alexis Svinartchouk] + ## 1.0.22 - 2018-11-20 * Fix organization name in travis.yml [Alexis Svinartchouk] diff --git a/package.json b/package.json index 632dee8..6226c08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ext2fs", - "version": "1.0.22", + "version": "1.0.23", "description": "NodeJS native bindings to the libext2fs for cross-platform ext filesystem handling", "author": "Petros Angelatos ", "contributors": [