diff --git a/CHANGELOG.md b/CHANGELOG.md index 070c296..3b04b8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ------------------ diff --git a/package.json b/package.json index da4f747..d9d8b13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reload", - "version": "3.4.1", + "version": "3.4.2", "files": [ "bin", "lib",