From 36f2f491b3659be78574d75dabcb7415d43e0473 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Sat, 22 Feb 2020 00:05:12 +0200 Subject: [PATCH] v11.28.2 --- .versionbot/CHANGELOG.yml | 21 +++++++++++++++++++++ CHANGELOG.md | 5 +++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 28 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index a6a65a00..65c186b8 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index eba691a4..0412e84a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 765612f9..c9eeda96 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.28.1", + "version": "11.28.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8233db2f..f1d9eb26 100644 --- a/package.json +++ b/package.json @@ -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",