diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 91ff0b06..33831da1 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Remove moment and moment-duration-format in favor of native time parsing + hash: 707b249e972a6943d75014f487285c0dd8085b15 + body: "" + footer: + Change-type: patch + change-type: patch + author: Otavio Jacobi + nested: [] + version: 19.0.6 + title: "" + date: 2024-09-12T13:47:25.357Z - commits: - subject: Update apple-actions/import-codesign-certs action to v2 hash: 9242a3493af4c518c4d1328f19ddf2d95c182af7 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4220dcdd..b683cdf4 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.6 - 2024-09-12 + +* Remove moment and moment-duration-format in favor of native time parsing [Otavio Jacobi] + ## 19.0.5 - 2024-09-10 * Update apple-actions/import-codesign-certs action to v2 [Self-hosted Renovate Bot] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 40a2d0ad..3782d042 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "19.0.5", + "version": "19.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "19.0.5", + "version": "19.0.6", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 0d2a23ca..32ab4ba7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "19.0.5", + "version": "19.0.6", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -277,6 +277,6 @@ } }, "versionist": { - "publishedAt": "2024-09-10T15:13:24.763Z" + "publishedAt": "2024-09-12T13:47:26.174Z" } }