Skip to content

Commit

Permalink
chore(release): 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Oct 27, 2024
1 parent 7506497 commit 0d5d5f7
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.6.0 (2024-10-27)


### Features

* support deno.jsonc, jsr.jsonc ([#74](https://github.com/eglavin/fork-version/issues/74)) ([7506497](https://github.com/eglavin/fork-version/commit/7506497c7f49a4dd9b35f6787ce59a8d22592d3d))


## 1.5.0 (2024-10-20)


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.5.0",
"version": "1.6.0",
"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.5.0",
"version": "1.6.0",
"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 0d5d5f7

Please sign in to comment.