@minecraft/markup-generators-plugin 1.2.0 → 1.2.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,22 @@
2
2
  "name": "@minecraft/markup-generators-plugin",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 13 Jan 2026 21:57:09 GMT",
5
+ "date": "Fri, 16 Jan 2026 21:45:14 GMT",
6
+ "version": "1.2.1",
7
+ "tag": "@minecraft/markup-generators-plugin_v1.2.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@minecraft/markup-generators-plugin",
13
+ "comment": "Bump @minecraft/api-docs-generator to v1.4.0",
14
+ "commit": "not available"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 13 Jan 2026 21:57:53 GMT",
6
21
  "version": "1.2.0",
7
22
  "tag": "@minecraft/markup-generators-plugin_v1.2.0",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - @minecraft/markup-generators-plugin
2
2
 
3
- <!-- This log was last generated on Tue, 13 Jan 2026 21:57:09 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Fri, 16 Jan 2026 21:45:14 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.2.1
8
+
9
+ Fri, 16 Jan 2026 21:45:14 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @minecraft/api-docs-generator to v1.4.0
14
+
7
15
  ## 1.2.0
8
16
 
9
- Tue, 13 Jan 2026 21:57:09 GMT
17
+ Tue, 13 Jan 2026 21:57:53 GMT
10
18
 
11
19
  ### Minor changes
12
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minecraft/markup-generators-plugin",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Plugin for @minecraft/api-docs-generator containing core markup generators and template files",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -40,7 +40,7 @@
40
40
  "CHANGELOG.*"
41
41
  ],
42
42
  "devDependencies": {
43
- "@minecraft/api-docs-generator": "^1.3.0",
43
+ "@minecraft/api-docs-generator": "^1.4.0",
44
44
  "@minecraft/core-build-tasks": "*",
45
45
  "@types/mustache": "^4.2.2",
46
46
  "@types/node": "^22.0.0",
@@ -61,6 +61,6 @@
61
61
  "typescript": "~5.6.0"
62
62
  },
63
63
  "peerDependencies": {
64
- "@minecraft/api-docs-generator": "^1.3.0"
64
+ "@minecraft/api-docs-generator": "^1.4.0"
65
65
  }
66
66
  }