From 30da4190333b6ae6a8ca0721d335ae52dea39a63 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 9 Aug 2019 20:57:49 +0300 Subject: [PATCH] v10.2.2 --- .versionbot/CHANGELOG.yml | 13 +++++++++++++ CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 4 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index b5838a9e..c93980e9 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: 'docs: fix up typo "sucess" -> "success"' + hash: 8c9f974b072364283520e43bb3d0969eb8122d3d + body: | + Related to https://github.com/balena-io/docs/pull/1065 + footer: + Change-type: patch + change-type: patch + Signed-off-by: Matthew McGinn + signed-off-by: Matthew McGinn + author: Matthew McGinn + version: 10.2.2 + date: 2019-08-09T14:39:08.547Z - commits: - subject: Fix version documentation for journald endpoint hash: 1794b334a0c806b516745a4544d4af75111b390a diff --git a/CHANGELOG.md b/CHANGELOG.md index d5964b18..326580c7 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/). +## 10.2.2 - 2019-08-09 + +* Docs: fix up typo "sucess" -> "success" [Matthew McGinn] + ## 10.2.1 - 2019-08-09 * Fix version documentation for journald endpoint [Cameron Diver] diff --git a/package-lock.json b/package-lock.json index edbd2ea5..8864c5c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "10.2.1", + "version": "10.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4daca389..327816b4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-supervisor", "description": "This is balena's Supervisor, a program that runs on IoT devices and has the task of running user Apps (which are Docker containers), and updating them as the balena API informs it to.", - "version": "10.2.1", + "version": "10.2.2", "license": "Apache-2.0", "repository": { "type": "git",