fork-version 1.8.0 → 2.0.2

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # Fork Version
2
2
 
3
+ ## 2.0.2 (2025-09-30)
4
+
5
+
6
+ ### Chore
7
+
8
+ * bump dependencies ([#93](https://github.com/eglavin/fork-version/issues/93)) ([84efab8](https://github.com/eglavin/fork-version/commit/84efab8d2d8a7a4e87e580b2dc5f7519c5fdf401))
9
+
10
+
11
+ ## 2.0.1 (2025-09-28)
12
+
13
+
14
+ ## 2.0.0 (2025-09-28)
15
+
16
+
17
+ ### ⚠ BREAKING CHANGES
18
+
19
+ * introduce new commit parsing class (#88)
20
+
21
+ ### Refactor
22
+
23
+ * introduce new commit parsing class ([#88](https://github.com/eglavin/fork-version/issues/88)) ([99f9698](https://github.com/eglavin/fork-version/commit/99f96980f63c2c5f50009abaef2542eb460c95fa))
24
+
25
+
3
26
  ## 1.8.0 (2025-08-11)
4
27
 
5
28