@minecraft/core-build-tasks 3.0.0 → 3.0.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.
- package/CHANGELOG.json +16 -1
- package/CHANGELOG.md +10 -2
- package/lib/index.js +1 -1
- package/lib-cjs/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "@minecraft/core-build-tasks",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Thu, 09 Jan 2025 19:
|
|
5
|
+
"date": "Thu, 09 Jan 2025 19:53:11 GMT",
|
|
6
|
+
"version": "3.0.1",
|
|
7
|
+
"tag": "@minecraft/core-build-tasks_v3.0.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "rlanda@microsoft.com",
|
|
12
|
+
"package": "@minecraft/core-build-tasks",
|
|
13
|
+
"commit": "331b29c12a12be91d7702b3b38e78308b2fc30c3",
|
|
14
|
+
"comment": "Accidentally made the release a draft by default, fixed that"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Thu, 09 Jan 2025 19:25:04 GMT",
|
|
6
21
|
"version": "3.0.0",
|
|
7
22
|
"tag": "@minecraft/core-build-tasks_v3.0.0",
|
|
8
23
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
1
1
|
# Change Log - @minecraft/core-build-tasks
|
|
2
2
|
|
|
3
|
-
<!-- This log was last generated on Thu, 09 Jan 2025 19:
|
|
3
|
+
<!-- This log was last generated on Thu, 09 Jan 2025 19:53:11 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 3.0.1
|
|
8
|
+
|
|
9
|
+
Thu, 09 Jan 2025 19:53:11 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Accidentally made the release a draft by default, fixed that (rlanda@microsoft.com)
|
|
14
|
+
|
|
7
15
|
## 3.0.0
|
|
8
16
|
|
|
9
|
-
Thu, 09 Jan 2025 19:
|
|
17
|
+
Thu, 09 Jan 2025 19:25:04 GMT
|
|
10
18
|
|
|
11
19
|
### Major changes
|
|
12
20
|
|
package/lib/index.js
CHANGED
|
@@ -41599,7 +41599,7 @@ ${entry.comment}`).join("\n")}
|
|
|
41599
41599
|
tag_name: tagName,
|
|
41600
41600
|
name: `${name} ${publishedVersion}`,
|
|
41601
41601
|
body,
|
|
41602
|
-
draft:
|
|
41602
|
+
draft: false,
|
|
41603
41603
|
prerelease: false,
|
|
41604
41604
|
generate_release_notes: false,
|
|
41605
41605
|
headers: {
|
package/lib-cjs/index.js
CHANGED
|
@@ -41625,7 +41625,7 @@ ${entry.comment}`).join("\n")}
|
|
|
41625
41625
|
tag_name: tagName,
|
|
41626
41626
|
name: `${name} ${publishedVersion}`,
|
|
41627
41627
|
body,
|
|
41628
|
-
draft:
|
|
41628
|
+
draft: false,
|
|
41629
41629
|
prerelease: false,
|
|
41630
41630
|
generate_release_notes: false,
|
|
41631
41631
|
headers: {
|