Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tylermarien committed Feb 12, 2024
1 parent ce4355c commit 622992c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## 7.4.3 - 2024-02-12
### Changed
- Updated rspec dependency

## 7.4.2 - 2024-01-26
### Changed
- Disable `Rails/BulkChangeTable` rule
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ws-style (7.4.2)
ws-style (7.4.3)
rubocop-rspec (>= 2.2.0)
rubocop-vendor (>= 0.11)
standard (>= 1.30.1)
Expand Down Expand Up @@ -141,4 +141,4 @@ DEPENDENCIES
ws-style!

BUNDLED WITH
2.4.18
2.4.20
2 changes: 1 addition & 1 deletion lib/ws/style/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Ws
module Style
VERSION = '7.4.2'.freeze
VERSION = '7.4.3'.freeze
end
end

0 comments on commit 622992c

Please sign in to comment.