Skip to content

Commit 747f00d

Browse files
author
GitHub Actions Bot
committed
chore(release): 1.4.91
1 parent 7e9c687 commit 747f00d

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.4.91 (2024-06-17)
4+
5+
6+
### Bug Fixes
7+
8+
* dont throw an error when no remote is defined ([#66](https://github.com/eglavin/fork-version/issues/66)) ([7e9c687](https://github.com/eglavin/fork-version/commit/7e9c68743571b061d7165e63b3c7eeeca7dbaaef))
9+
10+
311
## 1.4.90 (2024-06-13)
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.4.90",
4+
"version": "1.4.91",
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.4.90",
3+
"version": "1.4.91",
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)