diff --git a/CHANGELOG.md b/CHANGELOG.md index 40c7059..d7c0aba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.4.10 + +* Make sure to load user settings if existing profile (thanks @lutostag) + # 0.4.9 * better tmp folder cleanup (thanks @Foxhind) diff --git a/package.json b/package.json index 2e579f5..3b5912f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "firefox-profile", - "version": "0.4.9", + "version": "0.4.10", "description": "firefox profile for selenium WebDriverJs, admc/wd or any other node selenium driver that supports capabilities", "main": "lib/firefox_profile", "types": "lib/firefox_profile.d.ts", @@ -86,9 +86,9 @@ }, "dependencies": { "adm-zip": "~0.4.x", - "archiver": "~1.2.0", + "archiver": "~1.3.0", "async": "~2.1.2", - "fs-extra": "~1.0.0", + "fs-extra": "~2.1.2", "ini": "~1.3.3", "jetpack-id": "1.0.0", "lazystream": "~1.0.0",