Skip to content

Commit

Permalink
🫒 1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
searls committed Apr 22, 2023
1 parent ba99f1c commit 62065a2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.28.0

* Refactor Standard into 3 gems and convert all built-in configuration into
[lint_roller](https://github.com/standardrb/lint_roller) plugins. See:
* [standard-performance](https://github.com/standardrb/standard-performance)
* [standard-custom](https://github.com/standardrb/standard-custom)
* Standard's behavior when merging multiple `extend_config` that change the same
set of rules has been fixed to be first-in-wins, as opposed to last-in-wins.
This ensures a consistent behavior across plugins and extended configurations,
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:
standard (1.27.0)
standard (1.28.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.50.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/standard/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Standard
VERSION = Gem::Version.new("1.27.0")
VERSION = Gem::Version.new("1.28.0")
end

0 comments on commit 62065a2

Please sign in to comment.