mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 09:26:42 +00:00
v12.14.6
This commit is contained in:
parent
54cceb688f
commit
025f817eb6
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.14.5",
|
||||
"version": "12.14.6",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user