@rnw-scripts/generate-release-notes 1.0.2 → 1.0.3

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.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,22 @@
2
2
  "name": "@rnw-scripts/generate-release-notes",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 06 Aug 2025 05:27:14 GMT",
5
+ "date": "Sat, 23 Aug 2025 05:28:10 GMT",
6
+ "version": "1.0.3",
7
+ "tag": "@rnw-scripts/generate-release-notes_v1.0.3",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "10109130+sharath2727@users.noreply.github.com",
12
+ "package": "@rnw-scripts/generate-release-notes",
13
+ "commit": "8d0845243469a6c9901f4a48f701a8ddf907af7f",
14
+ "comment": "Upgrade to node22"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 06 Aug 2025 05:28:00 GMT",
6
21
  "version": "1.0.2",
7
22
  "tag": "@rnw-scripts/generate-release-notes_v1.0.2",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,17 +1,25 @@
1
1
  # Change Log - @rnw-scripts/generate-release-notes
2
2
 
3
- <!-- This log was last generated on Wed, 06 Aug 2025 05:27:14 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Sat, 23 Aug 2025 05:28:10 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 1.0.2
7
+ ## 1.0.3
8
8
 
9
- Wed, 06 Aug 2025 05:27:14 GMT
9
+ Sat, 23 Aug 2025 05:28:10 GMT
10
10
 
11
11
  ### Patches
12
12
 
13
- - Update ReadMe for Release Notes Generation Script (54227869+anupriya13@users.noreply.github.com)
13
+ - Upgrade to node22 (10109130+sharath2727@users.noreply.github.com)
14
14
 
15
+ ## 1.0.2
16
+
17
+ Wed, 06 Aug 2025 05:28:00 GMT
18
+
19
+ ### Patches
20
+
21
+ - Update ReadMe for Release Notes Generation Script (54227869+anupriya13@users.noreply.github.com)
22
+
15
23
  ## 1.0.1
16
24
 
17
25
  Tue, 22 Jul 2025 05:26:15 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rnw-scripts/generate-release-notes",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Generates release notes for React Native Windows",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -16,7 +16,7 @@
16
16
  "node-fetch": "^3.3.2"
17
17
  },
18
18
  "engines": {
19
- "node": ">= 18"
19
+ "node": ">= 22"
20
20
  },
21
21
  "type": "module"
22
22
  }