balena-cli 18.1.0 → 18.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file
4
4
  automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
- ## 18.1.0 - 2024-03-11
7
+ ## 18.1.1 - 2024-03-12
8
+
9
+ * Remove patching tmp for windows runners [Otavio Jacobi]
10
+
11
+ ## 18.1.0 - 2024-03-12
8
12
 
9
13
  * Add support for macos arm64 builds [Otavio Jacobi]
10
14
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "balena-cli",
3
- "version": "18.1.0",
3
+ "version": "18.1.1",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "balena-cli",
9
- "version": "18.1.0",
9
+ "version": "18.1.1",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "18.1.0",
2
+ "version": "18.1.1",
3
3
  "commands": {
4
4
  "api-key:generate": {
5
5
  "id": "api-key:generate",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "balena-cli",
3
- "version": "18.1.0",
3
+ "version": "18.1.1",
4
4
  "description": "The official balena Command Line Interface",
5
5
  "main": "./build/app.js",
6
6
  "homepage": "https://github.com/balena-io/balena-cli",
@@ -287,6 +287,6 @@
287
287
  "windosu": "^0.3.0"
288
288
  },
289
289
  "versionist": {
290
- "publishedAt": "2024-03-11T23:50:24.931Z"
290
+ "publishedAt": "2024-03-12T15:03:27.831Z"
291
291
  }
292
292
  }