Skip to content

Commit 6302299

Browse files
committed
Release 0.1.3
1 parent 2300b17 commit 6302299

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -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+
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module SimpleCovJSONFormatter
4-
VERSION = '0.1.2'
4+
VERSION = '0.1.3'
55
end

0 commit comments

Comments
 (0)