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