Skip to content

Commit

Permalink
💍 v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
camilopayan committed May 10, 2022
1 parent 860117b commit 6fe68aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 1.12.0

* Update rubocop from 1.28.2 to [1.29.0](https://github.com/rubocop/rubocop/releases/tag/v1.29.0)

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:
standard (1.11.0)
standard (1.12.0)
rubocop (= 1.29.0)
rubocop-performance (= 1.13.3)

Expand All @@ -22,7 +22,7 @@ GEM
method_source (~> 1.0)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.3.1)
regexp_parser (2.4.0)
rexml (3.2.5)
rubocop (1.29.0)
parallel (~> 1.10)
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.11.0')
VERSION = Gem::Version.new('1.12.0')
end

0 comments on commit 6fe68aa

Please sign in to comment.