Skip to content

Commit

Permalink
chore(release): 1.4.88
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Jun 11, 2024
1 parent 25e4e02 commit 1663916
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.88 (2024-06-11)


### Refactor

* add azure devops detection ([#63](https://github.com/eglavin/fork-version/issues/63)) ([25e4e02](https://github.com/eglavin/fork-version/commit/25e4e0252ea8db7d01273fa4bce5d2aff1186373))


## 1.4.87 (2024-06-10)


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.87",
"version": "1.4.88",
"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.87",
"version": "1.4.88",
"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 1663916

Please sign in to comment.