Skip to content

Commit

Permalink
chore(master): release 1.1.0 (#27)
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 Apr 3, 2024
1 parent 3fb4ece commit 0c361a2
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.1.0](https://github.com/sequra/sequra-style/compare/v1.0.3...v1.1.0) (2024-04-03)


### Features

* add Layout/AccessModifierIndentation ([#22](https://github.com/sequra/sequra-style/issues/22)) ([3fb4ece](https://github.com/sequra/sequra-style/commit/3fb4ecef5ee89e78592f4658b904c84ff98df953))

## [1.0.3](https://github.com/sequra/sequra-style/compare/v1.0.2...v1.0.3) (2024-03-15)


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.0.3)
sequra-style (1.1.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.0.3"
VERSION = "1.1.0"
end
end

0 comments on commit 0c361a2

Please sign in to comment.