diff --git a/CHANGELOG.md b/CHANGELOG.md index cc9a8c9..365b870 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 4.6.0 + +- Linux: add support for snap, flatpak and XDG_CONFIG_HOME firefox directory + # 4.5.0 - bug fix: pass profileDirectory when copying profile ([PR](https://github.com/saadtazi/firefox-profile-js/pull/138)) diff --git a/package-lock.json b/package-lock.json index f1e0239..1119fc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "firefox-profile", - "version": "4.5.0", + "version": "4.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "firefox-profile", - "version": "4.5.0", + "version": "4.6.0", "license": "MIT", "dependencies": { "adm-zip": "~0.5.x", diff --git a/package.json b/package.json index 2223c5f..f246a24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "firefox-profile", - "version": "4.5.0", + "version": "4.6.0", "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",