Skip to content

Commit

Permalink
chore(release): 1.73.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.73.4](v1.73.3...v1.73.4) (2023-10-02)

### Bug Fixes

* bug in git setup ([b7295d4](b7295d4))
* change the remove git config path method ([c61be68](c61be68))
* remove slash from line end and add more logging around git commit dates ([404e192](404e192))
* update yarn lock ([fb6802f](fb6802f))
* windows paths cannot use colons ([54cad69](54cad69))
  • Loading branch information
semantic-release-bot committed Oct 2, 2023
1 parent fb6802f commit 58042f5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.73.4](https://github.com/darraghoriordan/ssh-tool-new-electron/compare/v1.73.3...v1.73.4) (2023-10-02)


### Bug Fixes

* bug in git setup ([b7295d4](https://github.com/darraghoriordan/ssh-tool-new-electron/commit/b7295d4ca4cfa992abdd84ab39873723889ef0de))
* change the remove git config path method ([c61be68](https://github.com/darraghoriordan/ssh-tool-new-electron/commit/c61be688c3823475aeb017ee32a13e923367bf03))
* remove slash from line end and add more logging around git commit dates ([404e192](https://github.com/darraghoriordan/ssh-tool-new-electron/commit/404e19229681be240a24202dc1fc0311c6001f85))
* update yarn lock ([fb6802f](https://github.com/darraghoriordan/ssh-tool-new-electron/commit/fb6802fe445f5d6e9152adba9de7c98238a6069c))
* windows paths cannot use colons ([54cad69](https://github.com/darraghoriordan/ssh-tool-new-electron/commit/54cad69fbbaaf098c632a8c27dedfd85600392d9))

## [1.73.3](https://github.com/darraghoriordan/ssh-tool-new-electron/compare/v1.73.2...v1.73.3) (2023-10-02)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "local-dev-tools",
"productName": "LocalDevTools",
"private": true,
"version": "1.73.3",
"version": "1.73.4",
"description": "Local offline tools for developers",
"main": ".webpack/main",
"local-dev-tools": {
Expand Down

0 comments on commit 58042f5

Please sign in to comment.