mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-21 01:42:26 +00:00
v11.35.11
This commit is contained in:
parent
ac3a688d46
commit
fcaaec1fff
@ -1,3 +1,17 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: 'Convert `tags`, `tag set`, `tag rm` to oclif.'
|
||||||
|
hash: 979284b0712348bb320fa153ec90a77db65f4883
|
||||||
|
body: ''
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Resolves: '#1805'
|
||||||
|
resolves: '#1805'
|
||||||
|
Signed-off-by: Scott Lowe <scott@balena.io>
|
||||||
|
signed-off-by: Scott Lowe <scott@balena.io>
|
||||||
|
author: Scott Lowe
|
||||||
|
version: 11.35.11
|
||||||
|
date: 2020-05-28T17:51:37.666Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: 'v12 preparations: Add version switch, update login message.'
|
- subject: 'v12 preparations: Add version switch, update login message.'
|
||||||
hash: 889c7b08cf7ffd588cb42f70b63d1aefc5ddfdc8
|
hash: 889c7b08cf7ffd588cb42f70b63d1aefc5ddfdc8
|
||||||
|
@ -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!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## 11.35.11 - 2020-05-28
|
||||||
|
|
||||||
|
* Convert `tags`, `tag set`, `tag rm` to oclif. [Scott Lowe]
|
||||||
|
|
||||||
## 11.35.10 - 2020-05-27
|
## 11.35.10 - 2020-05-27
|
||||||
|
|
||||||
* v12 preparations: Add version switch, update login message. [Scott Lowe]
|
* v12 preparations: Add version switch, update login message. [Scott Lowe]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "11.35.10",
|
"version": "11.35.11",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "11.35.10",
|
"version": "11.35.11",
|
||||||
"description": "The official balena CLI tool",
|
"description": "The official balena CLI tool",
|
||||||
"main": "./build/app.js",
|
"main": "./build/app.js",
|
||||||
"homepage": "https://github.com/balena-io/balena-cli",
|
"homepage": "https://github.com/balena-io/balena-cli",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user