Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a1723a6

Browse files
committed
Bump version to 1.30.1
1 parent 3ca0704 commit a1723a6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Master (Unreleased)
44

5+
## 1.30.1 (2018-11-01)
6+
57
* `FactoryBot/CreateList` now ignores `times` blocks with an argument. ([@Darhazer][])
68

79
## 1.30.0 (2018-10-08)

lib/rubocop/rspec/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module RuboCop
44
module RSpec
55
# Version information for the RSpec RuboCop plugin.
66
module Version
7-
STRING = '1.30.0'.freeze
7+
STRING = '1.30.1'.freeze
88
end
99
end
1010
end

0 commit comments

Comments
 (0)