mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-13 22:22:58 +00:00
v11.32.2
This commit is contained in:
parent
eb5cfecfaf
commit
692eddf43f
@ -1,3 +1,20 @@
|
||||
- commits:
|
||||
- subject: Convert lib/utils/deploy.coffee to javascript
|
||||
hash: 73d6d7b2646220619aa915fca6b0b86ad0924549
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Pagan Gazzard
|
||||
- subject: Convert lib/actions/build.coffee to javascript
|
||||
hash: 4d8cd1cc461600a918b128262867a4b3e8aedd08
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Pagan Gazzard
|
||||
version: 11.32.2
|
||||
date: 2020-04-30T15:16:34.968Z
|
||||
- commits:
|
||||
- subject: Only notify of an update if the new version is actually newer
|
||||
hash: 4ae91ef846fc81e29e5bca27dcd6902cf122cda1
|
||||
|
@ -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/).
|
||||
|
||||
## 11.32.2 - 2020-04-30
|
||||
|
||||
* Convert lib/utils/deploy.coffee to javascript [Pagan Gazzard]
|
||||
* Convert lib/actions/build.coffee to javascript [Pagan Gazzard]
|
||||
|
||||
## 11.32.1 - 2020-04-30
|
||||
|
||||
* Only notify of an update if the new version is actually newer [Pagan Gazzard]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.32.1",
|
||||
"version": "11.32.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.32.1",
|
||||
"version": "11.32.2",
|
||||
"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