Skip to content

Commit 0c5105e

Browse files
authored
Merge pull request #404 from alallier/3.4.1
3.4.1
2 parents 6f2b608 + cdf31a8 commit 0c5105e

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Next version
22
------------------
33

4+
3.4.1 / 2025-07-07
5+
------------------
6+
7+
* Fix command line bug in Reload where the browser always opened even with lack of command line argument - See: https://github.com/alallier/reload/pull/402
8+
49
3.4.0 / 2025-07-07
510
------------------
611

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reload",
3-
"version": "3.4.0",
3+
"version": "3.4.1",
44
"files": [
55
"bin",
66
"lib",
@@ -9,7 +9,7 @@
99
"description": "Node.js module to refresh and reload your code in your browser when your code changes. No browser plugins required.",
1010
"repository": {
1111
"type": "git",
12-
"url": "[email protected]:alallier/reload.git"
12+
"url": "git+ssh://git@github.com/alallier/reload.git"
1313
},
1414
"keywords": [
1515
"reload",
@@ -50,6 +50,6 @@
5050
"make-coverage": "nyc npm run unitTests && nyc report --reporter=text-lcov > coverage.lcov"
5151
},
5252
"bin": {
53-
"reload": "./bin/reload"
53+
"reload": "bin/reload"
5454
}
5555
}

0 commit comments

Comments
 (0)