From 26ecd3ea0dd5bb925fe9fa037a067382752a3710 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 6 Jul 2021 19:10:59 +0300 Subject: [PATCH] v5.27.7 --- CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf64fda8d9..49cd292239 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/). +## 5.27.7 - 2021-07-06 + +* Fix link to Supervisor API reference [Mark Corbin] + ## 5.27.6 - 2021-07-06 * Omit code 429 and balena API from link-checker [Kyle Harding] diff --git a/package-lock.json b/package-lock.json index 651c01ff64..6bfe138ca4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "resin-docs", - "version": "5.27.6", + "version": "5.27.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a12abe7334..f157a52152 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "resin-docs", "private": true, - "version": "5.27.6", + "version": "5.27.7", "engines": { "node": "^12.0.0" }, @@ -53,6 +53,6 @@ "webpack-cli": "^4.7.2" }, "versionist": { - "publishedAt": "2021-07-06T14:40:08.705Z" + "publishedAt": "2021-07-06T16:04:11.586Z" } }