From cef5ae87361d50415167455dfc4277f0484968bc Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Wed, 20 Mar 2019 18:01:12 +0200 Subject: [PATCH] v8.0.6 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7637f57..feda8f81 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/). +## 8.0.6 - 2019-03-20 + +* Update example in readme [Alexis Svinartchouk] + ## 8.0.5 - 2019-03-20 * Update resin-lint to ^3.0.1 [Alexis Svinartchouk] diff --git a/package.json b/package.json index a23bca17..9577f258 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "drivelist", - "version": "8.0.5", + "version": "8.0.6", "description": "List all connected drives in your computer, in all major operating systems", "main": "js/index.js", "homepage": "https://github.com/balena-io-modules/drivelist",