diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 53d8dc78..3c72078a 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,32 @@ +- commits: + - subject: Bump patch-package to 6.5.1 + hash: 6178f34f88377d64d331e027d6c0da7165c0df5e + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + - subject: "npm-shrinkwrap.json: Recreate with lockfileVersion 3" + hash: c5ecf692bb568900583680e871b4aba2cae7ab30 + body: | + npm ci && \ + rm npm-shrinkwrap.json && \ + npm shrinkwrap + + I confirmed that it generates the same + node_modules structure but cuts the + shrinkwrap file size by 43%. + footer: + Change-type: patch + change-type: patch + See: https://docs.npmjs.com/cli/v9/configuring-npm/package-lock-json#lockfileversion + see: https://docs.npmjs.com/cli/v9/configuring-npm/package-lock-json#lockfileversion + author: Thodoris Greasidis + nested: [] + version: 18.1.8 + title: "" + date: 2024-04-09T17:29:44.329Z - commits: - subject: Update balena-preload to 15.0.5 hash: 3caf54aa16affeb8606671dfacf58c94d2bcdc68 diff --git a/CHANGELOG.md b/CHANGELOG.md index e53d906a..343f064a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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/). +## 18.1.8 - 2024-04-09 + +* Bump patch-package to 6.5.1 [Thodoris Greasidis] +* npm-shrinkwrap.json: Recreate with lockfileVersion 3 [Thodoris Greasidis] + ## 18.1.7 - 2024-04-09 diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 265d5a81..2ee954d6 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "18.1.7", + "version": "18.1.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "18.1.7", + "version": "18.1.8", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 8112c430..bfcae0b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "18.1.7", + "version": "18.1.8", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -287,6 +287,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2024-04-09T16:03:32.796Z" + "publishedAt": "2024-04-09T17:29:45.181Z" } }