yukigo-ast 0.3.2 → 0.3.4

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 +26 -18
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,27 +1,35 @@
1
- ## 0.3.2 (2026-08-04)
1
+ ## 0.3.4 (2026-08-05)
2
2
 
3
3
  This was a version bump only for yukigo-ast to align it with other projects, there were no code changes.
4
4
 
5
- ## 0.3.1 (2026-08-01)
5
+ ## 0.3.3 (2026-08-05)
6
6
 
7
7
  This was a version bump only for yukigo-ast to align it with other projects, there were no code changes.
8
8
 
9
- ## 0.3.0 (2026-08-01)
10
-
11
- ### 🚀 Features
12
-
13
- - Wollok native methods support ([8886fd0](https://github.com/miyukiproject/yukigo/commit/8886fd0))
14
-
15
- ### 🩹 Fixes
16
-
17
- - **yukigo-e2e:** fixes to pass E2E tests ([02d895f](https://github.com/miyukiproject/yukigo/commit/02d895f))
18
- - **yukigo:** replace instanceof with .is method in analyzer ([d953413](https://github.com/miyukiproject/yukigo/commit/d953413))
19
- - **haskell-parser:** fix bad fallback in DeclarationCollector ([a537aa1](https://github.com/miyukiproject/yukigo/commit/a537aa1))
20
-
21
- ### ❤️ Thank You
22
-
23
- - noiseArch
24
-
9
+ ## 0.3.2 (2026-08-05)
10
+
11
+ This was a version bump only for yukigo-ast to align it with other projects, there were no code changes.
12
+
13
+ ## 0.3.1 (2026-08-01)
14
+
15
+ This was a version bump only for yukigo-ast to align it with other projects, there were no code changes.
16
+
17
+ ## 0.3.0 (2026-08-01)
18
+
19
+ ### 🚀 Features
20
+
21
+ - Wollok native methods support ([8886fd0](https://github.com/miyukiproject/yukigo/commit/8886fd0))
22
+
23
+ ### 🩹 Fixes
24
+
25
+ - **yukigo-e2e:** fixes to pass E2E tests ([02d895f](https://github.com/miyukiproject/yukigo/commit/02d895f))
26
+ - **yukigo:** replace instanceof with .is method in analyzer ([d953413](https://github.com/miyukiproject/yukigo/commit/d953413))
27
+ - **haskell-parser:** fix bad fallback in DeclarationCollector ([a537aa1](https://github.com/miyukiproject/yukigo/commit/a537aa1))
28
+
29
+ ### ❤️ Thank You
30
+
31
+ - noiseArch
32
+
25
33
  ## 0.2.1 (2026-05-01)
26
34
 
27
35
  This was a version bump only for yukigo-ast 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-ast",
3
- "version": "0.3.2",
3
+ "version": "0.3.4",
4
4
  "description": "",
5
5
  "publishConfig": {
6
6
  "access": "public"