yukigo-prolog-parser 0.2.3 → 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 +12 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## 0.2.5 (2026-08-05)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated yukigo-ast to 0.3.4
6
+
7
+ ## 0.2.4 (2026-08-05)
8
+
9
+ ### 🧱 Updated Dependencies
10
+
11
+ - Updated yukigo-ast to 0.3.3
12
+
1
13
  ## 0.2.3 (2026-08-05)
2
14
 
3
15
  This was a version bump only for yukigo-prolog-parser to align it with other projects, there were no code changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yukigo-prolog-parser",
3
- "version": "0.2.3",
3
+ "version": "0.2.5",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -27,6 +27,6 @@
27
27
  }
28
28
  },
29
29
  "peerDependencies": {
30
- "yukigo-ast": "^0.3.2"
30
+ "yukigo-ast": "^0.3.4"
31
31
  }
32
32
  }