mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 10:46:34 +00:00
v12.23.2
This commit is contained in:
parent
fc8be3d8dc
commit
d8acc3f814
@ -1,3 +1,15 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: 'push: Fix accidental rename of `-e` (emulated) option'
|
||||||
|
hash: 6133bb209687d5fe208ee1c31d19a435d9c077c3
|
||||||
|
body: |
|
||||||
|
Accidentally renamed during oclif conversion in CLI v12.9.7.
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Paulo Castro
|
||||||
|
nested: []
|
||||||
|
version: 12.23.2
|
||||||
|
date: 2020-10-02T09:00:21.328Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Update the CONTRIBUTING.md document
|
- subject: Update the CONTRIBUTING.md document
|
||||||
hash: 48076464daa4d3aa6e86db6fe133d64ed50cf932
|
hash: 48076464daa4d3aa6e86db6fe133d64ed50cf932
|
||||||
|
@ -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/).
|
||||||
|
|
||||||
|
## 12.23.2 - 2020-10-02
|
||||||
|
|
||||||
|
* push: Fix accidental rename of `-e` (emulated) option [Paulo Castro]
|
||||||
|
|
||||||
## 12.23.1 - 2020-09-28
|
## 12.23.1 - 2020-09-28
|
||||||
|
|
||||||
* Update the CONTRIBUTING.md document [Paulo Castro]
|
* Update the CONTRIBUTING.md document [Paulo Castro]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.23.1",
|
"version": "12.23.2",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.23.1",
|
"version": "12.23.2",
|
||||||
"description": "The official balena Command Line Interface",
|
"description": "The official balena Command Line Interface",
|
||||||
"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…
Reference in New Issue
Block a user