balena-deploy-request 0.9.1 → 0.9.2-build-renovate-major-husky-a3230188793becc39969f81d1faf05acf764c30a-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.
@@ -1,3 +1,15 @@
1
+ - commits:
2
+ - subject: Update dependency husky to v9
3
+ hash: a3230188793becc39969f81d1faf05acf764c30a
4
+ body: |
5
+ Update husky from 2.7.0 to 9.0.1
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: Self-hosted Renovate Bot
10
+ version: 0.9.2
11
+ title: ""
12
+ date: 2024-03-19T20:39:17.067Z
1
13
  - commits:
2
14
  - subject: Update dependency prettier to v3
3
15
  hash: 7f7def9c5eab1602b586c17cadf85df75bbeff71
@@ -9,7 +21,7 @@
9
21
  author: Self-hosted Renovate Bot
10
22
  version: 0.9.1
11
23
  title: ""
12
- date: 2024-01-08T17:46:12.717Z
24
+ date: 2024-03-19T20:28:20.829Z
13
25
  - commits:
14
26
  - subject: Add nested changelog entries to the proposed notable changes
15
27
  hash: 9e55bbf2170308b11872060089ad6e7e668ee444
package/CHANGELOG.md CHANGED
@@ -4,8 +4,13 @@ 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
+ # v0.9.2
8
+ ## (2024-03-19)
9
+
10
+ * Update dependency husky to v9 [Self-hosted Renovate Bot]
11
+
7
12
  # v0.9.1
8
- ## (2024-01-08)
13
+ ## (2024-03-19)
9
14
 
10
15
  * Update dependency prettier to v3 [Self-hosted Renovate Bot]
11
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "balena-deploy-request",
3
- "version": "0.9.1",
3
+ "version": "0.9.2-build-renovate-major-husky-a3230188793becc39969f81d1faf05acf764c30a-1",
4
4
  "description": "A simple script for generating deploy requests along with release notes",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -30,11 +30,11 @@
30
30
  },
31
31
  "homepage": "https://github.com/balena-io-modules/balena-deploy-request#readme",
32
32
  "devDependencies": {
33
- "husky": "^2.2.0",
33
+ "husky": "^9.0.0",
34
34
  "lint-staged": "^8.1.6",
35
35
  "prettier": "^3.0.0"
36
36
  },
37
37
  "versionist": {
38
- "publishedAt": "2024-01-08T17:46:12.773Z"
38
+ "publishedAt": "2024-03-19T20:39:17.120Z"
39
39
  }
40
40
  }