Skip to content

Commit 712a108

Browse files
chore(release): 5.1.5
1 parent 7299d86 commit 712a108

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Fork Version
22

3+
## [5.1.5](https://github.com/eglavin/fork-version/compare/v5.1.4...v5.1.5) (2026-04-26)
4+
5+
6+
### Refactor
7+
8+
* set no-color and date-order opts when getting commits ([2756155](https://github.com/eglavin/fork-version/commit/27561551745da68f7eaa2b298a2a34b803cc2a6d))
9+
10+
11+
### Test
12+
13+
* add test for long running branch scenario ([4dfcbbc](https://github.com/eglavin/fork-version/commit/4dfcbbcec5a27a8baf66dff440b58d9d6ef864f9))
14+
* tag out of order commit test as skippable when not running in e2e mode ([b7d67e3](https://github.com/eglavin/fork-version/commit/b7d67e3fd5cfaccccffd2173473dfd85d2dc2728))
15+
16+
317
## [5.1.4](https://github.com/eglavin/fork-version/compare/v5.1.3...v5.1.4) (2026-04-18)
418

519

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://jsr.io/schema/config-file.v1.json",
33
"name": "@eglavin/fork-version",
4-
"version": "5.1.4",
4+
"version": "5.1.5",
55
"exports": {
66
".": "./src/index.ts",
77
"./cli": "./src/cli.ts"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fork-version",
3-
"version": "5.1.4",
3+
"version": "5.1.5",
44
"license": "MIT",
55
"description": "Fork-Version automates version control tasks such as determining, updating, and committing versions, files, and changelogs, simplifying the process when adhering to the conventional commit standard.",
66
"keywords": [

0 commit comments

Comments
 (0)