diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index b37fe9b62a..ee7a642df3 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,37 @@ +- commits: + - subject: "spelling: validates" + hash: 06d246e3fd1c573b9e04d23ab3bc3c4036fb9859 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Josh Soref + signed-off-by: Josh Soref + author: Josh Soref + nested: [] + - subject: "spelling: undefined" + hash: 67b26a5b69f819066c6419d3d915846b63fdbcf0 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Josh Soref + signed-off-by: Josh Soref + author: Josh Soref + nested: [] + - subject: "spelling: except if" + hash: b4b9db7ffa2104c19e7bd079e4f394a817f40bc0 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Josh Soref + signed-off-by: Josh Soref + author: Josh Soref + nested: [] + version: 1.18.10 + title: "" + date: 2023-07-12T11:21:59.231Z - commits: - subject: Fix opening links from within SafeWebView hash: 497bb0e2cbefad3e9a1188ee5df49cf61f6bd6e4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f8a1305a2..971503c891 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +# v1.18.10 +## (2023-07-12) + +* spelling: validates [Josh Soref] +* spelling: undefined [Josh Soref] +* spelling: except if [Josh Soref] + # v1.18.9 ## (2023-07-12) diff --git a/package-lock.json b/package-lock.json index 871eedd102..85eb7e528f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-etcher", - "version": "1.18.9", + "version": "1.18.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "balena-etcher", - "version": "1.18.9", + "version": "1.18.10", "hasInstallScript": true, "license": "Apache-2.0", "devDependencies": { diff --git a/package.json b/package.json index 3ba52d10fb..02afc91ab5 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "balena-etcher", "private": true, "displayName": "balenaEtcher", - "version": "1.18.9", + "version": "1.18.10", "packageType": "local", "main": "generated/etcher.js", "description": "Flash OS images to SD cards and USB drives, safely and easily.", @@ -126,6 +126,6 @@ "node": ">=16" }, "versionist": { - "publishedAt": "2023-07-12T09:07:18.326Z" + "publishedAt": "2023-07-12T11:21:59.915Z" } }