diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index f906d311..9616de91 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Remove mochainon dependency and replace with direct testing dependencies + hash: 15dfdc222919a5acc1af3f508df70eea6a7f60f7 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Lucian + signed-off-by: Lucian + author: Lucian + version: 11.7.7 + date: 2019-08-08T09:07:12.353Z - commits: - subject: Fix incorrect start command in contributing document hash: 08e8151b1fbbf3c91b810396c8b4dcdbb33f3d3e diff --git a/CHANGELOG.md b/CHANGELOG.md index ba091171..1ad3b619 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/). +## 11.7.7 - 2019-08-08 + +* Remove mochainon dependency and replace with direct testing dependencies [Lucian] + ## 11.7.6 - 2019-08-07 * Fix incorrect start command in contributing document [Lucian] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ec8879e3..f69ea1cd 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.7.6", + "version": "11.7.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 20c2558f..cfcf905f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.7.6", + "version": "11.7.7", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",