From 8a7cfff8f792c8a6366f8639cd71e189d74020e9 Mon Sep 17 00:00:00 2001 From: Devon Blandin Date: Mon, 3 Oct 2016 13:15:21 -0400 Subject: [PATCH] Release v0.4.0 - Skip certificate option by @rcsole ([#46][]) - Upgrade request to 2.74 to address deprecation by @chadxz ([#48][]) [#46]: https://github.com/codeclimate/javascript-test-reporter/pull/46 [#48]: https://github.com/codeclimate/javascript-test-reporter/pull/48 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 26a1b99..194d573 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeclimate-test-reporter", - "version": "0.3.3", + "version": "0.4.0", "description": "Code Climate test reporter client for javascript projects", "main": "index.js", "scripts": {