mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 01:16:43 +00:00
v12.1.0
This commit is contained in:
parent
599b897721
commit
907508bce1
@ -1,3 +1,15 @@
|
||||
- commits:
|
||||
- subject: >-
|
||||
Add --gitignore (-g) option to push/build/deploy commands for v11
|
||||
compatibility
|
||||
hash: 146de39b832437d869904843a0d177bd2544ba83
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
author: Paulo Castro
|
||||
version: 12.1.0
|
||||
date: 2020-06-17T14:06:12.737Z
|
||||
- commits:
|
||||
- subject: 'v12 RELEASE NOTES: see https://git.io/Jf7hz'
|
||||
hash: 98f101643d4162bed63efb7b76e5ab2ea44f5db4
|
||||
|
@ -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/).
|
||||
|
||||
## 12.1.0 - 2020-06-17
|
||||
|
||||
* Add --gitignore (-g) option to push/build/deploy commands for v11 compatibility [Paulo Castro]
|
||||
|
||||
## 12.0.0 - 2020-06-16
|
||||
|
||||
* v12 RELEASE NOTES: see https://git.io/Jf7hz [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.0.0",
|
||||
"version": "12.1.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.0.0",
|
||||
"version": "12.1.0",
|
||||
"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