CHANGELOG.md in rubocop-rspec-2.14.0 vs CHANGELOG.md in rubocop-rspec-2.14.1

- old
+ new

@@ -1,9 +1,13 @@ # Changelog ## Master (Unreleased) +## 2.14.1 (2022-10-24) + +- Fix an error for `RSpec/Rails/InferredSpecType` with redundant type before other Hash metadata. ([@ydah]) + ## 2.14.0 (2022-10-23) - Add `require_implicit` style to `RSpec/ImplicitSubject`. ([@r7kamura]) - Fix a false positive for `RSpec/Capybara/SpecificMatcher` when `have_css("a")` without attribute. ([@ydah]) - Update `RSpec/ExampleWording` cop to raise error for insufficient descriptions. ([@akrox58]) @@ -14,10 +18,10 @@ - Add `RSpec/Rails/InferredSpecType` cop. ([@r7kamura]) - Add new `RSpec/Capybara/SpecificActions` cop. ([@ydah]) - Update `config/default.yml` removing deprecated option to make the config correctable by users. ([@ignaciovillaverde]) - Do not attempt to auto-correct example groups with `include_examples` in `RSpec/LetBeforeExamples`. ([@pirj]) - Add new `RSpec/SortMetadata` cop. ([@leoarnold]) -- Add support for subject! method to `RSpec/SubjectDeclaration`. ([@ydah][]) +- Add support for subject! method to `RSpec/SubjectDeclaration`. ([@ydah]) ## 2.13.2 (2022-09-23) - Fix an error for `RSpec/Capybara/SpecificFinders` with no parentheses. ([@ydah]) - Fix a false positive for `RSpec/NoExpectationExample` with pending using `skip` or `pending` inside an example. ([@ydah])