mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 21:57:51 +00:00
v19.13.0
This commit is contained in:
parent
2eb5d7f6b3
commit
b0d8b021d5
@ -1,3 +1,15 @@
|
||||
- commits:
|
||||
- subject: Add alias `env set` for command `env add`
|
||||
hash: f1924bba6b1c4fe4ba57f3a63ddc98f4fa5290ba
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
author: myarmolinsky
|
||||
nested: []
|
||||
version: 19.13.0
|
||||
title: ""
|
||||
date: 2024-10-21T18:14:01.461Z
|
||||
- commits:
|
||||
- subject: Update `@oclif/core`
|
||||
hash: 147ce8067a679d320fc8ef741266b8a5d6008a7e
|
||||
|
@ -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/).
|
||||
|
||||
## 19.13.0 - 2024-10-21
|
||||
|
||||
* Add alias `env set` for command `env add` [myarmolinsky]
|
||||
|
||||
## 19.12.1 - 2024-10-21
|
||||
|
||||
* Update `@oclif/core` [myarmolinsky]
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "19.12.1",
|
||||
"version": "19.13.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-cli",
|
||||
"version": "19.12.1",
|
||||
"version": "19.13.0",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "19.12.1",
|
||||
"version": "19.13.0",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -273,6 +273,6 @@
|
||||
}
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2024-10-21T16:04:15.137Z"
|
||||
"publishedAt": "2024-10-21T18:14:02.288Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user