Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
saadtazi committed Dec 5, 2016
1 parent 351204a commit 9971ffa
Show file tree
Hide file tree
Showing 3 changed files with 6 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.4

* package update: node-uuid --> uuid

# 0.4.3

* add webexension support (thanks @hbenl)
Expand Down
1 change: 0 additions & 1 deletion lib/firefox_profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ var os = require('os'),
archiver = require('archiver'),
uuid = require('uuid'),
async = require('async'),
uuid = require('uuid'),
getID = require('jetpack-id'),
_ = require('lodash'),

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firefox-profile",
"version": "0.4.3",
"version": "0.4.4",
"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 @@ -92,7 +92,7 @@
"ini": "~1.3.3",
"jetpack-id": "1.0.0",
"lazystream": "~1.0.0",
"lodash": "~4.16.0",
"lodash": "~4.17.2",
"minimist": "^1.1.1",
"uuid": "^3.0.0",
"xml2js": "~0.4.4"
Expand Down

0 comments on commit 9971ffa

Please sign in to comment.