Skip to content

Commit 9a29483

Browse files
committed
Bump to v4.0.2
1 parent c0668ae commit 9a29483

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# master [(unreleased)](https://github.com/whitesmith/rubycritic/compare/v4.0.1...master)
1+
# master [(unreleased)](https://github.com/whitesmith/rubycritic/compare/v4.0.2...master)
2+
3+
# 4.0.2 / 2019-03-14 [(commits)](https://github.com/whitesmith/rubycritic/compare/v4.0.1...v4.0.2)
4+
5+
* [BUGFIX] Fix generating the default html report (by [@lightalloy][])
26

37
# 4.0.1 / 2019-03-12 [(commits)](https://github.com/whitesmith/rubycritic/compare/v4.0.0...v4.0.1)
48

@@ -272,3 +276,4 @@
272276
[@taitran19]: https://github.com/taitran19
273277
[@AllanSiqueira]: https://github.com/AllanSiqueira
274278
[@harman28]: https://github.com/harman28
279+
[@lightalloy]: https://github.com/lightalloy

lib/rubycritic/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module RubyCritic
4-
VERSION = '4.0.1'.freeze
4+
VERSION = '4.0.2'.freeze
55
end

0 commit comments

Comments
 (0)