balena-deploy-request 0.10.0-build-since-param-cc882c9da177420fa1e419d2f071b661bff7b528-1 → 0.10.0-build-since-param-eeb2b3923d0b973c319545cae5e16f6920184b55-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,6 +1,6 @@
1
1
  - commits:
2
2
  - subject: Update the release notes message
3
- hash: cc882c9da177420fa1e419d2f071b661bff7b528
3
+ hash: eeb2b3923d0b973c319545cae5e16f6920184b55
4
4
  body: ""
5
5
  footer:
6
6
  Change-type: patch
@@ -15,7 +15,7 @@
15
15
  author: Thodoris Greasidis
16
16
  version: 0.10.0
17
17
  title: ""
18
- date: 2026-01-13T13:33:08.556Z
18
+ date: 2026-01-13T14:15:42.029Z
19
19
  - commits:
20
20
  - subject: Update dependency lint-staged to v16
21
21
  hash: 7a76bcdacf0dda77e2d37785ef64c18ff5e53133
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "balena-deploy-request",
3
- "version": "0.10.0-build-since-param-cc882c9da177420fa1e419d2f071b661bff7b528-1",
3
+ "version": "0.10.0-build-since-param-eeb2b3923d0b973c319545cae5e16f6920184b55-1",
4
4
  "description": "A simple script for generating deploy requests along with release notes",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -36,6 +36,6 @@
36
36
  "prettier": "^3.0.0"
37
37
  },
38
38
  "versionist": {
39
- "publishedAt": "2026-01-13T13:33:08.612Z"
39
+ "publishedAt": "2026-01-13T14:15:42.098Z"
40
40
  }
41
41
  }
package/src/index.js CHANGED
@@ -118,7 +118,7 @@ const result = [
118
118
  `#release-notes Update balena-io/${packageName} to ${newVersion}`,
119
119
  '',
120
120
  'Notable changes',
121
- '* <only keep the important and rephrase>',
121
+ '* [only keep the important and rephrase]',
122
122
  ...notableChanges,
123
123
  '',
124
124
  '<details><summary>Expand changelog</summary>',