This commit is contained in:
Balena CI 2020-02-22 00:05:12 +02:00
parent 5e750b33c3
commit 36f2f491b3
4 changed files with 28 additions and 2 deletions

View File

@ -1,3 +1,24 @@
- commits:
- subject: Add pre-commit check for cli.markdown updates and coffeelint execution
hash: 03053e125f0a75e25b50a8bd0a5ecfe82efc3c0b
body: >
These checks compare the timestamps of cli.markdown with those of staged
files,
effectively enforcing that 'npm run build' or 'npm test' are executed.
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
- subject: 'Fix ''test:fast'' npm script definition'
hash: bdc7c0fa39dda964430524eefedebb37c360920e
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
version: 11.28.2
date: 2020-02-21T21:42:23.099Z
- commits:
- subject: Add a script to automate nested changelogs
hash: f2be811e1858b7935c95f5c5477057ff0be7ae43

View File

@ -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.28.2 - 2020-02-21
* Add pre-commit check for cli.markdown updates and coffeelint execution [Paulo Castro]
* Fix 'test:fast' npm script definition [Paulo Castro]
## 11.28.1 - 2020-02-21
* Add a script to automate nested changelogs [Thodoris Greasidis]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "11.28.1",
"version": "11.28.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "11.28.1",
"version": "11.28.2",
"description": "The official balena CLI tool",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",