balena-deploy-request 0.8.3-build-flowzonify-d42ed86c90fa770f03b9bb683202757ea19780a7-4 → 0.8.4-build-renovate-husky-8-x-003e1859498de71607e0ead85791544fad80c864-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 v8
3
+ hash: 003e1859498de71607e0ead85791544fad80c864
4
+ body: |
5
+ Update husky from 2.7.0 to 8.0.3
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: Self-hosted Renovate Bot
10
+ version: 0.8.4
11
+ title: ""
12
+ date: 2023-06-16T14:44:28.095Z
1
13
  - commits:
2
14
  - subject: Replace balenaCI with flowzone
3
15
  hash: d42ed86c90fa770f03b9bb683202757ea19780a7
@@ -8,7 +20,7 @@
8
20
  author: Thodoris Greasidis
9
21
  version: 0.8.3
10
22
  title: ""
11
- date: 2023-06-16T14:15:55.652Z
23
+ date: 2023-06-16T14:18:52.623Z
12
24
  - version: 0.8.2
13
25
  date: 2022-04-21T15:23:07Z
14
26
  commits:
package/CHANGELOG.md CHANGED
@@ -4,6 +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
+ # v0.8.4
8
+ ## (2023-06-16)
9
+
10
+ * Update dependency husky to v8 [Self-hosted Renovate Bot]
11
+
7
12
  # v0.8.3
8
13
  ## (2023-06-16)
9
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "balena-deploy-request",
3
- "version": "0.8.3-build-flowzonify-d42ed86c90fa770f03b9bb683202757ea19780a7-4",
3
+ "version": "0.8.4-build-renovate-husky-8-x-003e1859498de71607e0ead85791544fad80c864-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": "^8.0.0",
34
34
  "lint-staged": "^8.1.6",
35
35
  "prettier": "^1.17.1"
36
36
  },
37
37
  "versionist": {
38
- "publishedAt": "2023-06-16T14:15:55.719Z"
38
+ "publishedAt": "2023-06-16T14:44:28.189Z"
39
39
  }
40
40
  }