Skip to content

Commit

Permalink
chore(master): release 1.2.0 (#30)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 16, 2024
1 parent 9ae2e5b commit dd0fd9a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.0](https://github.com/sequra/sequra-style/compare/v1.1.0...v1.2.0) (2024-05-16)


### Features

* Add RSpec/ContextMethod rule only as warning ([#29](https://github.com/sequra/sequra-style/issues/29)) ([9ae2e5b](https://github.com/sequra/sequra-style/commit/9ae2e5bb007d5175986a7436e358d915e12c0c90))

## [1.1.0](https://github.com/sequra/sequra-style/compare/v1.0.3...v1.1.0) (2024-04-03)


Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
sequra-style (1.1.0)
sequra-style (1.2.0)
rubocop (~> 1)
rubocop-performance (~> 1)
rubocop-rails (~> 2)
Expand Down
2 changes: 1 addition & 1 deletion lib/sequra/style/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Sequra
module Style
VERSION = "1.1.0"
VERSION = "1.2.0"
end
end

0 comments on commit dd0fd9a

Please sign in to comment.