Skip to content

Commit 578f912

Browse files
v2.2.12
1 parent 595a4d0 commit 578f912

5 files changed

Lines changed: 20 additions & 4 deletions

File tree

.versionbot/CHANGELOG.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
- commits:
2+
- subject: Update dependency lint-staged to v17
3+
hash: 93c2db07bca216b908d40127e4188e93ff24e2a0
4+
body: |
5+
Update lint-staged from 16.4.0 to 17.0.5
6+
footer:
7+
Change-type: patch
8+
change-type: patch
9+
author: balena-renovate[bot]
10+
version: 2.2.12
11+
title: ""
12+
date: 2026-05-29T05:56:56.786Z
113
- commits:
214
- subject: Rename .lintstagedrc to .lintstagedrc.json
315
hash: 370f289d846362730dd508e0a60b15554744e5dc

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## v2.2.12 - 2026-05-29
8+
9+
* Update dependency lint-staged to v17 [balena-renovate[bot]]
10+
711
## v2.2.11 - 2026-05-29
812

913
* Rename .lintstagedrc to .lintstagedrc.json [joshbwlng]

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ outputs:
7878
description: Version of the release built
7979
runs:
8080
using: docker
81-
image: docker://ghcr.io/balena-io/deploy-to-balena-action:v2.2.11
81+
image: docker://ghcr.io/balena-io/deploy-to-balena-action:v2.2.12
8282
env:
8383
BALENA_TOKEN: ${{ inputs.balena_token }}
8484
BALENA_URL: ${{ inputs.environment }}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deploy-to-balena-action",
3-
"version": "2.2.11",
3+
"version": "2.2.12",
44
"description": "Github action to build releases for a fleet",
55
"homepage": "https://github.com/balena-io/deploy-to-balena-action",
66
"private": true,

0 commit comments

Comments
 (0)