Skip to content

Commit 281849d

Browse files
committed
Updated version to 0.9.0!
1 parent dca469a commit 281849d

8 files changed

+14
-13
lines changed

Diff for: bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "exceptionless",
3-
"version": "0.5.2",
3+
"version": "0.9.0",
44
"description": "JavaScript client for Exceptionless",
55
"license": "Apache",
66
"main": "dist/exceptionless.js",

Diff for: dist/exceptionless.js

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/exceptionless.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/exceptionless.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/exceptionless.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/exceptionless.node.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/exceptionless.node.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "exceptionless",
3-
"version": "0.5.2",
3+
"version": "0.9.0",
44
"description": "JavaScript client for Exceptionless",
55
"license": "Apache",
66
"main": "dist/exceptionless.node.js",
@@ -25,21 +25,21 @@
2525
"bower": "~1.4.1",
2626
"del": "^1.2.0",
2727
"es5-shim": "^4.1.4",
28-
"es6-shim": "^0.31.2",
29-
"gulp": "^3.8.11",
28+
"es6-shim": "^0.31.3",
29+
"gulp": "^3.9.0",
3030
"gulp-concat": "^2.5.2",
3131
"gulp-karma": "0.0.4",
3232
"gulp-replace": "^0.5.3",
3333
"gulp-sourcemaps": "^1.5.2",
3434
"gulp-uglify": "^1.2.0",
3535
"gulp-wrap-umd": "^0.2.1",
3636
"jasmine-core": "^2.3.4",
37-
"karma": "~0.12.35",
37+
"karma": "~0.12.36",
3838
"karma-cli": "0.0.4",
3939
"karma-jasmine": "~0.3.5",
4040
"karma-phantomjs-launcher": "^0.2.0",
4141
"rimraf": "^2.3.4",
42-
"tracekit": "^0.2.0",
42+
"tracekit": "^0.2.1",
4343
"tsproject": "^0.8.10",
4444
"typescript": "1.5.0-beta"
4545
},

0 commit comments

Comments
 (0)