Skip to content

Commit c66edc2

Browse files
author
Anthony Sendra
committed
prepare release 2.0.0
1 parent 4ca0d54 commit c66edc2

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
*__note:__ the # at the end of lines are the pull request numbers on GitHub*
22

3+
# 2.0.0
4+
5+
* https://github.com/kuzzleio/sdk-javascript/releases/tag/2.0.0
6+
37
# 1.9.2
48

59
* Reinforce unit tests on the `security.getProfile` method #94

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@
3131
"ws": "^1.1.1"
3232
},
3333
"devDependencies": {
34-
"browserify": "13.0.1",
34+
"browserify": "13.1.0",
3535
"codecov": "^1.0.1",
3636
"grunt": "1.0.1",
3737
"grunt-browserify": "^5.0.0",
38-
"grunt-contrib-uglify": "1.0.1",
39-
"gruntify-eslint": "^2.0.0",
38+
"grunt-contrib-uglify": "2.0.0",
39+
"gruntify-eslint": "^3.0.0",
4040
"istanbul": "0.4.4",
4141
"istanbul-middleware": "0.2.2",
42-
"mocha": "2.5.3",
43-
"proxyquire": "^1.7.3",
44-
"rewire": "^2.5.0",
45-
"should": "9.0.2",
42+
"mocha": "3.0.1",
43+
"proxyquire": "^1.7.10",
44+
"rewire": "^2.5.2",
45+
"should": "10.0.0",
4646
"sinon": "^1.17.5"
4747
}
4848
}

0 commit comments

Comments
 (0)