We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2300b17 commit 6302299Copy full SHA for 6302299
CHANGELOG.md
@@ -0,0 +1,7 @@
1
+0.1.3 (2021-05-02)
2
+==========
3
+
4
+## Bugfixes
5
+* avoid emitting warnings when ruby is run with -w [#1](https://github.com/codeclimate-community/simplecov_json_formatter/pull/1) @flavorjones
6
7
lib/simplecov_json_formatter/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module SimpleCovJSONFormatter
- VERSION = '0.1.2'
+ VERSION = '0.1.3'
end
0 commit comments