diff --git a/CHANGELOG.md b/CHANGELOG.md index 18a6b8f6..d7637f57 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.5 - 2019-03-20 + +* Update resin-lint to ^3.0.1 [Alexis Svinartchouk] + ## 8.0.4 - 2019-03-19 * Unregister DASession callback to avoid crash [Robert Vojta] diff --git a/package.json b/package.json index 89791736..a23bca17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "drivelist", - "version": "8.0.4", + "version": "8.0.5", "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",