yukigo-wollok-parser 0.2.1 → 0.2.3

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 +36 -25
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,30 +1,41 @@
1
- ## 0.2.1 (2026-08-01)
1
+ ## 0.2.3 (2026-08-05)
2
2
 
3
- ### 🧱 Updated Dependencies
4
-
5
- - Updated yukigo-ast to 0.3.1
6
- - Updated yukigo to 0.3.1
7
-
8
- ## 0.2.0 (2026-08-01)
9
-
10
- ### 🚀 Features
11
-
12
- - Wollok native methods support ([8886fd0](https://github.com/miyukiproject/yukigo/commit/8886fd0))
13
-
14
- ### 🩹 Fixes
15
-
16
- - **yukigo:** zero-arity functions and Wollok bugs ([995dad4](https://github.com/miyukiproject/yukigo/commit/995dad4))
17
- - **yukigo:** arreglar fallo en throwsException ([a417e7d](https://github.com/miyukiproject/yukigo/commit/a417e7d))
18
-
19
- ### 🧱 Updated Dependencies
20
-
21
- - Updated yukigo-ast to 0.3.0
22
- - Updated yukigo to 0.3.0
23
-
24
- ### ❤️ Thank You
25
-
26
- - noiseArch
3
+ This was a version bump only for yukigo-wollok-parser to align it with other projects, there were no code changes.
27
4
 
5
+ ## 0.2.2 (2026-08-05)
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated yukigo-ast to 0.3.2
10
+ - Updated yukigo to 0.3.2
11
+
12
+ ## 0.2.1 (2026-08-01)
13
+
14
+ ### 🧱 Updated Dependencies
15
+
16
+ - Updated yukigo-ast to 0.3.1
17
+ - Updated yukigo to 0.3.1
18
+
19
+ ## 0.2.0 (2026-08-01)
20
+
21
+ ### 🚀 Features
22
+
23
+ - Wollok native methods support ([8886fd0](https://github.com/miyukiproject/yukigo/commit/8886fd0))
24
+
25
+ ### 🩹 Fixes
26
+
27
+ - **yukigo:** zero-arity functions and Wollok bugs ([995dad4](https://github.com/miyukiproject/yukigo/commit/995dad4))
28
+ - **yukigo:** arreglar fallo en throwsException ([a417e7d](https://github.com/miyukiproject/yukigo/commit/a417e7d))
29
+
30
+ ### 🧱 Updated Dependencies
31
+
32
+ - Updated yukigo-ast to 0.3.0
33
+ - Updated yukigo to 0.3.0
34
+
35
+ ### ❤️ Thank You
36
+
37
+ - noiseArch
38
+
28
39
  ## 0.1.3 (2026-05-01)
29
40
 
30
41
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yukigo-wollok-parser",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -23,6 +23,6 @@
23
23
  "wollok-ts": "^4.2.3"
24
24
  },
25
25
  "peerDependencies": {
26
- "yukigo-ast": "^0.3.0"
26
+ "yukigo-ast": "^0.3.2"
27
27
  }
28
- }
28
+ }