mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
v11.25.13
This commit is contained in:
parent
a41ef3764e
commit
69714a646b
@ -1,3 +1,13 @@
|
||||
- commits:
|
||||
- subject: Convert lib/actions/notes to typescript
|
||||
hash: f1220c6377475247a210233c23a9971552672483
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Pagan Gazzard
|
||||
version: 11.25.13
|
||||
date: 2020-02-10T18:34:33.290Z
|
||||
- commits:
|
||||
- subject: Convert lib/actions/app to typescript
|
||||
hash: 99f84c2f6a5ceff0383065ac7f320668914d6fad
|
||||
|
@ -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/).
|
||||
|
||||
## 11.25.13 - 2020-02-10
|
||||
|
||||
* Convert lib/actions/notes to typescript [Pagan Gazzard]
|
||||
|
||||
## 11.25.12 - 2020-02-10
|
||||
|
||||
* Convert lib/actions/app to typescript [Pagan Gazzard]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.25.12",
|
||||
"version": "11.25.13",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.25.12",
|
||||
"version": "11.25.13",
|
||||
"description": "The official balena CLI tool",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
Reference in New Issue
Block a user