Skip to content

Commit

Permalink
chore(release): 1.4.91
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Jun 17, 2024
1 parent 7e9c687 commit 747f00d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Fork Version

## 1.4.91 (2024-06-17)


### Bug Fixes

* 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))


## 1.4.90 (2024-06-13)


Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@eglavin/fork-version",
"version": "1.4.90",
"version": "1.4.91",
"exports": {
".": "./src/index.ts",
"./cli": "./src/cli.ts"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fork-version",
"version": "1.4.90",
"version": "1.4.91",
"license": "MIT",
"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.",
"keywords": [
Expand Down

0 comments on commit 747f00d

Please sign in to comment.