Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
saadtazi committed Mar 21, 2017
1 parent 1b57c90 commit ba603dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit ba603dd

Please sign in to comment.