Skip to content

Commit 37af3da

Browse files
author
GitHub Actions Bot
committed
chore(release): 1.7.8
1 parent dfe01e0 commit 37af3da

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Fork Version
22

3+
## 1.7.8 (2024-11-13)
4+
5+
6+
### Refactor
7+
8+
* split user-config to allow easier testing ([#82](https://github.com/eglavin/fork-version/issues/82)) ([dfe01e0](https://github.com/eglavin/fork-version/commit/dfe01e058df1006995c82743ddb0c55831477c87))
9+
10+
311
## 1.7.7 (2024-11-10)
412

513

jsr.json

+1-1
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": "1.7.7",
4+
"version": "1.7.8",
55
"exports": {
66
".": "./src/index.ts",
77
"./cli": "./src/cli.ts"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fork-version",
3-
"version": "1.7.7",
3+
"version": "1.7.8",
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)