Skip to content

Commit 58042f5

Browse files
chore(release): 1.73.4 [skip ci]
## [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))
1 parent fb6802f commit 58042f5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [1.73.4](https://github.com/darraghoriordan/ssh-tool-new-electron/compare/v1.73.3...v1.73.4) (2023-10-02)
2+
3+
4+
### Bug Fixes
5+
6+
* bug in git setup ([b7295d4](https://github.com/darraghoriordan/ssh-tool-new-electron/commit/b7295d4ca4cfa992abdd84ab39873723889ef0de))
7+
* change the remove git config path method ([c61be68](https://github.com/darraghoriordan/ssh-tool-new-electron/commit/c61be688c3823475aeb017ee32a13e923367bf03))
8+
* remove slash from line end and add more logging around git commit dates ([404e192](https://github.com/darraghoriordan/ssh-tool-new-electron/commit/404e19229681be240a24202dc1fc0311c6001f85))
9+
* update yarn lock ([fb6802f](https://github.com/darraghoriordan/ssh-tool-new-electron/commit/fb6802fe445f5d6e9152adba9de7c98238a6069c))
10+
* windows paths cannot use colons ([54cad69](https://github.com/darraghoriordan/ssh-tool-new-electron/commit/54cad69fbbaaf098c632a8c27dedfd85600392d9))
11+
112
## [1.73.3](https://github.com/darraghoriordan/ssh-tool-new-electron/compare/v1.73.2...v1.73.3) (2023-10-02)
213

314

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "local-dev-tools",
33
"productName": "LocalDevTools",
44
"private": true,
5-
"version": "1.73.3",
5+
"version": "1.73.4",
66
"description": "Local offline tools for developers",
77
"main": ".webpack/main",
88
"local-dev-tools": {

0 commit comments

Comments
 (0)