fork-version 4.1.0 → 4.1.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.
- package/CHANGELOG.md +37 -0
- package/dist/{chunk-DB3R2W4M.cjs → chunk-CISRFIID.cjs} +195 -219
- package/dist/chunk-CISRFIID.cjs.map +1 -0
- package/dist/{chunk-YMZ6L6ML.js → chunk-I76EAKJC.js} +196 -220
- package/dist/chunk-I76EAKJC.js.map +1 -0
- package/dist/cli.cjs +10 -10
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.js +2 -2
- package/dist/cli.js.map +1 -1
- package/dist/index.cjs +19 -19
- package/dist/index.d.cts +9 -13
- package/dist/index.d.ts +9 -13
- package/dist/index.js +1 -1
- package/package.json +1 -2
- package/dist/chunk-DB3R2W4M.cjs.map +0 -1
- package/dist/chunk-YMZ6L6ML.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,42 @@
|
|
|
1
1
|
# Fork Version
|
|
2
2
|
|
|
3
|
+
## [4.1.4](https://github.com/eglavin/fork-version/compare/v4.1.3...v4.1.4) (2026-03-08)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Refactor
|
|
7
|
+
|
|
8
|
+
* remove glob package in favour of builtin node fs glob ([011bced](https://github.com/eglavin/fork-version/commit/011bced7f8a35f9a61a0abfe42d0034ee25d5945))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
## [4.1.3](https://github.com/eglavin/fork-version/compare/v4.1.2...v4.1.3) (2026-03-08)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* mock out styleText for testing logger class ([40b06f6](https://github.com/eglavin/fork-version/commit/40b06f6339a857b5ab28839f2451445684bdd91e))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## [4.1.2](https://github.com/eglavin/fork-version/compare/v4.1.1...v4.1.2) (2026-03-07)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Bug Fixes
|
|
23
|
+
|
|
24
|
+
* dont log when skipping ([0e83519](https://github.com/eglavin/fork-version/commit/0e83519480fcf0739fbefdbf8423e35927f7d5ce))
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Refactor
|
|
28
|
+
|
|
29
|
+
* add colour to non standard output ([809f7ab](https://github.com/eglavin/fork-version/commit/809f7ab8a464eb861511c137c510d60986c5b941))
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
## [4.1.1](https://github.com/eglavin/fork-version/compare/v4.1.0...v4.1.1) (2026-03-07)
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
### Refactor
|
|
36
|
+
|
|
37
|
+
* log count of reverts and merges and change labels of changes ([02f6fb0](https://github.com/eglavin/fork-version/commit/02f6fb0373b566fdb96380c6e6f233538584e504))
|
|
38
|
+
|
|
39
|
+
|
|
3
40
|
## [4.1.0](https://github.com/eglavin/fork-version/compare/v4.0.0...v4.1.0) (2026-03-05)
|
|
4
41
|
|
|
5
42
|
|