yukigo-mini-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 +32 -16
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,29 +1,45 @@
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
- ### 🩹 Fixes
16
-
17
- - fix parsers grammar compilation to export to .cjs ([ef59727](https://github.com/miyukiproject/yukigo/commit/ef59727))
18
-
19
- ### 🧱 Updated Dependencies
20
-
21
- - Updated yukigo-ast to 0.3.0
22
-
23
- ### ❤️ Thank You
24
-
25
- - noiseArch
15
+ This was a version bump only for yukigo-mini-parser to align it with other projects, there were no code changes.
26
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
+ ### 🩹 Fixes
32
+
33
+ - fix parsers grammar compilation to export to .cjs ([ef59727](https://github.com/miyukiproject/yukigo/commit/ef59727))
34
+
35
+ ### 🧱 Updated Dependencies
36
+
37
+ - Updated yukigo-ast to 0.3.0
38
+
39
+ ### ❤️ Thank You
40
+
41
+ - noiseArch
42
+
27
43
  ## 0.1.3 (2026-05-01)
28
44
 
29
45
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yukigo-mini-parser",
3
- "version": "0.2.2",
3
+ "version": "0.2.5",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "nearleyc src/grammar.ne -o src/grammar.cjs && tsc",
@@ -26,6 +26,6 @@
26
26
  "nearley": "^2.20.1"
27
27
  },
28
28
  "peerDependencies": {
29
- "yukigo-ast": "^0.3.0"
29
+ "yukigo-ast": "^0.3.4"
30
30
  }
31
- }
31
+ }