create-yukigo-parser 0.2.2 → 0.2.5

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -8
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,21 +1,37 @@
1
- ## 0.2.2 (2026-08-04)
1
+ ## 0.2.5 (2026-08-05)
2
2
 
3
3
  ### 🧱 Updated Dependencies
4
4
 
5
- - Updated yukigo-ast to 0.3.2
5
+ - Updated yukigo-ast to 0.3.4
6
6
 
7
- ## 0.2.1 (2026-08-01)
7
+ ## 0.2.4 (2026-08-05)
8
8
 
9
9
  ### 🧱 Updated Dependencies
10
10
 
11
- - Updated yukigo-ast to 0.3.1
11
+ - Updated yukigo-ast to 0.3.3
12
12
 
13
- ## 0.2.0 (2026-08-01)
13
+ ## 0.2.3 (2026-08-05)
14
14
 
15
- ### 🧱 Updated Dependencies
16
-
17
- - Updated yukigo-ast to 0.3.0
15
+ This was a version bump only for create-yukigo-parser to align it with other projects, there were no code changes.
18
16
 
17
+ ## 0.2.2 (2026-08-05)
18
+
19
+ ### 🧱 Updated Dependencies
20
+
21
+ - Updated yukigo-ast to 0.3.2
22
+
23
+ ## 0.2.1 (2026-08-01)
24
+
25
+ ### 🧱 Updated Dependencies
26
+
27
+ - Updated yukigo-ast to 0.3.1
28
+
29
+ ## 0.2.0 (2026-08-01)
30
+
31
+ ### 🧱 Updated Dependencies
32
+
33
+ - Updated yukigo-ast to 0.3.0
34
+
19
35
  ## 0.1.4 (2026-05-01)
20
36
 
21
37
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-yukigo-parser",
3
3
  "description": "A CLI to quickly set up a new Yukigo parser project.",
4
- "version": "0.2.2",
4
+ "version": "0.2.5",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
7
7
  "bin": {