diff --git a/CHANGELOG.md b/CHANGELOG.md index f09ec718..f808da7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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/). +## v6.4.3 - 2018-09-10 + +* Lsblk: Fix listing of empty mountpoints [Jonas Hermsmeier] + ## v6.4.2 - 2018-09-03 * Lsblk: Check `hotplug` to set `isRemovable` [Jonas Hermsmeier] diff --git a/package.json b/package.json index 7388e927..1e69114a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "drivelist", - "version": "6.4.2", + "version": "6.4.3", "description": "List all connected drives in your computer, in all major operating systems", "main": "lib/drivelist.js", "homepage": "https://github.com/resin-io-modules/drivelist",