diff --git a/CHANGELOG.md b/CHANGELOG.md index de22369f4d..4dbc151405 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.30.22 - 2021-09-27 + +* troubleshooting: Add more Jetson frequently asked questions [Alexandru Costache] + ## 5.30.21 - 2021-09-18 * SSH access docs: Replace 'balena ssh' with 'ssh' when used with 'tunnel' [Paulo Castro] diff --git a/package-lock.json b/package-lock.json index 9f32ea7536..9660dd3a59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "resin-docs", - "version": "5.30.21", + "version": "5.30.22", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 655fec17c6..017eea6fc7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "resin-docs", "private": true, - "version": "5.30.21", + "version": "5.30.22", "engines": { "node": "^12.0.0" }, @@ -53,6 +53,6 @@ "webpack-cli": "^4.8.0" }, "versionist": { - "publishedAt": "2021-09-18T23:02:54.392Z" + "publishedAt": "2021-09-27T19:55:23.122Z" } }