Skip to content
Merged

3.4.2 #408

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Next version
------------------

3.4.2 / 2025-07-21
------------------

* Fixed bug in 3.4.x versions where open was broken on the command line tool. See: https://github.com/alallier/reload/pull/407
* Updated open from 10.1.2 to 10.2.0 - See: https://github.com/alallier/reload/pull/405
* _Note: this dependency updated unrelated to above bug_

3.4.1 / 2025-07-07
------------------

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": "reload",
"version": "3.4.1",
"version": "3.4.2",
"files": [
"bin",
"lib",
Expand Down
Loading