@minecraft/core-build-tasks 5.2.0 → 5.3.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 CHANGED
@@ -2,7 +2,43 @@
2
2
  "name": "@minecraft/core-build-tasks",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 26 Jun 2025 22:33:07 GMT",
5
+ "date": "Thu, 24 Jul 2025 18:28:21 GMT",
6
+ "version": "5.3.1",
7
+ "tag": "@minecraft/core-build-tasks_v5.3.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "mc-npm@microsoft.com",
12
+ "package": "@minecraft/core-build-tasks",
13
+ "commit": "ff9116108983e669dbcf12faddb833f04247f48e",
14
+ "comment": "build(dependabot): bump archiver from 6.0.2 to 7.0.1"
15
+ },
16
+ {
17
+ "author": "mc-npm@microsoft.com",
18
+ "package": "@minecraft/core-build-tasks",
19
+ "commit": "ff9116108983e669dbcf12faddb833f04247f48e",
20
+ "comment": "build(dependabot): bump @rushstack/node-core-library"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Mon, 14 Jul 2025 15:34:00 GMT",
27
+ "version": "5.3.0",
28
+ "tag": "@minecraft/core-build-tasks_v5.3.0",
29
+ "comments": {
30
+ "minor": [
31
+ {
32
+ "author": "zachary.campbell@skyboxlabs.com",
33
+ "package": "@minecraft/core-build-tasks",
34
+ "commit": "5f36c265c76bb8453750ab544b06327632e2a3ba",
35
+ "comment": "Update coreLint task to run on whole working directory, linting fixes"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "date": "Thu, 26 Jun 2025 22:33:37 GMT",
6
42
  "version": "5.2.0",
7
43
  "tag": "@minecraft/core-build-tasks_v5.2.0",
8
44
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,29 @@
1
1
  # Change Log - @minecraft/core-build-tasks
2
2
 
3
- <!-- This log was last generated on Thu, 26 Jun 2025 22:33:07 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Thu, 24 Jul 2025 18:28:21 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 5.3.1
8
+
9
+ Thu, 24 Jul 2025 18:28:21 GMT
10
+
11
+ ### Patches
12
+
13
+ - build(dependabot): bump archiver from 6.0.2 to 7.0.1 (mc-npm@microsoft.com)
14
+ - build(dependabot): bump @rushstack/node-core-library (mc-npm@microsoft.com)
15
+
16
+ ## 5.3.0
17
+
18
+ Mon, 14 Jul 2025 15:34:00 GMT
19
+
20
+ ### Minor changes
21
+
22
+ - Update coreLint task to run on whole working directory, linting fixes (zachary.campbell@skyboxlabs.com)
23
+
7
24
  ## 5.2.0
8
25
 
9
- Thu, 26 Jun 2025 22:33:07 GMT
26
+ Thu, 26 Jun 2025 22:33:37 GMT
10
27
 
11
28
  ### Minor changes
12
29