diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 7c4c3345..5c5b5ba0 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,22 @@ +- commits: + - subject: 'Tests: check shrinkwrap is deduped' + hash: 648a73fd917abf7c776f521cdc437301c06ae419 + body: '' + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + - subject: Allow rebasing of npm-shrinkwrap + hash: 3691ae148e248032fd8824be91b35f333460a732 + body: '' + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + version: 12.14.6 + date: 2020-08-12T14:38:51.164Z - commits: - subject: Update balena-sdk to 15.x hash: e021ad9af61b6c0e66ed20b5e18ffeff65f3ab63 diff --git a/CHANGELOG.md b/CHANGELOG.md index 16441f3c..059f4621 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/). +## 12.14.6 - 2020-08-12 + +* Tests: check shrinkwrap is deduped [Pagan Gazzard] +* Allow rebasing of npm-shrinkwrap [Pagan Gazzard] + ## 12.14.5 - 2020-08-11 diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 17c48dfe..42d04e43 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.14.5", + "version": "12.14.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3897d4fd..45070ef1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.14.5", + "version": "12.14.6", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",