diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 0ffacc521c..d9805f8eac 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Remove package `@resin.io/valid-email` + hash: a2b4f76c94e7fda3f122adf721e0a12d9a0e9164 + body: "" + footer: + Change-type: patch + change-type: patch + author: myarmolinsky + nested: [] + version: 19.0.10 + title: "" + date: 2024-09-12T23:00:13.119Z - commits: - subject: Update actions/download-artifact action to v4.1.8 hash: 58f480ad7c097952b3ff4e0a5daebc163f2ce7c1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 352028b832..4a90474eb7 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/). +## 19.0.10 - 2024-09-12 + +* Remove package `@resin.io/valid-email` [myarmolinsky] + ## 19.0.9 - 2024-09-12 * Update actions/download-artifact action to v4.1.8 [Self-hosted Renovate Bot] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 282dd056e0..d0c48fc26c 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "19.0.9", + "version": "19.0.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "19.0.9", + "version": "19.0.10", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index acad6a23a8..59cb08c122 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "19.0.9", + "version": "19.0.10", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -276,6 +276,6 @@ } }, "versionist": { - "publishedAt": "2024-09-12T16:12:08.892Z" + "publishedAt": "2024-09-12T23:00:14.028Z" } }