mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v13.5.3
This commit is contained in:
parent
b96da951db
commit
a6b461ba91
@ -1,3 +1,17 @@
|
||||
- commits:
|
||||
- subject: Drop the needsPasswordReset property from the tests
|
||||
hash: 8235cead07717bb427caaf5b6d55b9aab579c6a7
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
See: https://github.com/balena-io/balena-api/pull/3665
|
||||
see: https://github.com/balena-io/balena-api/pull/3665
|
||||
author: Thodoris Greasidis
|
||||
nested: []
|
||||
version: 13.5.3
|
||||
title: "'Drop the needsPasswordReset property from the tests'"
|
||||
date: 2022-05-31T09:56:16.525Z
|
||||
- commits:
|
||||
- subject: Deduplicate npm-shrinkwrap.json
|
||||
hash: aab3af21535e67c90c6baca0778a11153fd145b0
|
||||
|
@ -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/).
|
||||
|
||||
## 13.5.3 - 2022-05-31
|
||||
|
||||
* Drop the needsPasswordReset property from the tests [Thodoris Greasidis]
|
||||
|
||||
## 13.5.2 - 2022-05-31
|
||||
|
||||
* Deduplicate npm-shrinkwrap.json [Thodoris Greasidis]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "13.5.2",
|
||||
"version": "13.5.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "13.5.2",
|
||||
"version": "13.5.3",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -288,6 +288,6 @@
|
||||
"windosu": "^0.3.0"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2022-05-31T08:55:25.611Z"
|
||||
"publishedAt": "2022-05-31T09:56:17.209Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user