Skip to content

Commit

Permalink
chore(release): v1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.6.0](v1.5.4...v1.6.0) (2024-11-22)

### 🚀 Features

* **auth:** implement SSH auth modificator (nothing special outside of adding `ssh://` if not provided) - fixes [#34](#34) ([18f8421](18f8421))
  • Loading branch information
semantic-release-bot committed Nov 22, 2024
1 parent 18f8421 commit 3644ee5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.6.0](https://github.com/kilianpaquier/semantic-release-backmerge/compare/v1.5.4...v1.6.0) (2024-11-22)

### 🚀 Features

* **auth:** implement SSH auth modificator (nothing special outside of adding `ssh://` if not provided) - fixes [#34](https://github.com/kilianpaquier/semantic-release-backmerge/issues/34) ([18f8421](https://github.com/kilianpaquier/semantic-release-backmerge/commit/18f8421e57de7e7b0cb01d45779e91a1c1cb02cc))

## [1.5.4](https://github.com/kilianpaquier/semantic-release-backmerge/compare/v1.5.3...v1.5.4) (2024-11-19)

### ⚙️ Chores
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "dist/index.js",
"module": "dist/index.js",
"type": "module",
"version": "1.5.4",
"version": "1.6.0",
"packageManager": "bun@1.1.34",
"files": [
"CHANGELOG.md",
Expand Down

0 comments on commit 3644ee5

Please sign in to comment.