From da86d3303f4307d0b61e6d7239cd71567a34b826 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Tue, 12 Mar 2019 15:54:38 +0200 Subject: [PATCH] v9.15.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c3c5d4c..2e0a8b2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/). +## 9.15.1 - 2019-03-12 + +* Add maintainer, reviewers, and devexp team as code owners [Gergely Imreh] + ## 9.15.0 - 2019-03-12 * Ssh: add `--noninteractive` flag not to suggest devices to connect to [Gergely Imreh] diff --git a/package.json b/package.json index aeef1e57..081475d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "9.15.0", + "version": "9.15.1", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",