Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
camilopayan committed Dec 2, 2021
1 parent 845f471 commit 934e6a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
# Changelog

## Unreleased
## 1.5.0

* Update rubocop-performance from 1.11.5 to [1.12.0](https://github.com/rubocop/rubocop-performance/tag/v1.12.0)
* Update rubocop from 1.22.3 to [1.23.0](https://github.com/rubocop/rubocop/tag/v1.23.0)

## Unreleased

* Remove
[`Style/NegatedIf`](https://github.com/TODO)

## 1.4.0

* Update rubocop from 1.19.1 to [1.22.3](https://github.com/rubocop-hq/rubocop/releases/tag/v1.22.3)
* Remove [`Style/NegatedIf`](https://github.com/TODO)

## 1.3.0

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.4.0)
standard (1.5.0)
rubocop (= 1.23.0)
rubocop-performance (= 1.12.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.4.0")
VERSION = Gem::Version.new("1.5.0")
end

0 comments on commit 934e6a2

Please sign in to comment.