diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 33f45f9a0..e020c0f04 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update dependency lint-staged to v15 + hash: cd4bf5b44128ac99898e63420ff7c37ba6494b12 + body: | + Update lint-staged from 14.0.1 to 15.2.10 + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: [] + version: 20.6.2 + title: "" + date: 2024-11-14T19:23:13.715Z - commits: - subject: "tests: Use a name prefix in the application rename tests" hash: e409d81195e91f3504f3652b5c09e49a0c03d879 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f6fe8a89..f8f43384b 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/). +## 20.6.2 - 2024-11-14 + +* Update dependency lint-staged to v15 [balena-renovate[bot]] + ## 20.6.1 - 2024-11-14 * tests: Use a name prefix in the application rename tests [Thodoris Greasidis] diff --git a/package.json b/package.json index fe7a8496e..e5b8adc0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-sdk", - "version": "20.6.1", + "version": "20.6.2", "description": "The Balena JavaScript SDK", "main": "index.js", "types": "index.d.ts", @@ -140,6 +140,6 @@ "tslib": "^2.1.0" }, "versionist": { - "publishedAt": "2024-11-14T16:38:56.114Z" + "publishedAt": "2024-11-14T19:23:14.232Z" } }