Skip to content

Commit

Permalink
chore(master): release 1.0.3 (#26)
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 Mar 15, 2024
1 parent 154fa02 commit f4bc11a
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.0.3](https://github.com/sequra/sequra-style/compare/v1.0.2...v1.0.3) (2024-03-15)


### Bug Fixes

* Fix release-please version path ([#25](https://github.com/sequra/sequra-style/issues/25)) ([154fa02](https://github.com/sequra/sequra-style/commit/154fa02e0f9cbeaa290f0c677b2cf97fcbb908cb))

## [1.0.2](https://github.com/sequra/sequra-style/compare/v1.0.1...v1.0.2) (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.2)
sequra-style (1.0.3)
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 = "0.2.0"
VERSION = "1.0.3"
end
end

0 comments on commit f4bc11a

Please sign in to comment.