Skip to content

Commit

Permalink
1.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
searls committed Jul 7, 2023
1 parent 1ffdf07 commit 172218f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.30.1

* Just kidding about about `Standard::PluginSupport`. Moving it to `LintRoller::Support`
to avoid circular dependencies between Standard Ruby and its plugins

## 1.30.0

* Add `Standard::PluginSupport` module of classes designed to make it a little
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.30.0)
standard (1.30.1)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.52.0)
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.30.0")
VERSION = Gem::Version.new("1.30.1")
end

0 comments on commit 172218f

Please sign in to comment.