Skip to content

Commit

Permalink
1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
searls committed Jul 28, 2021
1 parent d3af347 commit 9d71b78
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.1.7

* Fix an issue with nested generated todos being ignored
[#311](https://github.com/testdouble/standard/pull/311)

## 1.1.6

* Update rubocop from 1.18.3 to [1.18.4](https://github.com/rubocop-hq/rubocop/releases/tag/v1.18.4)
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.1.6)
standard (1.1.7)
rubocop (= 1.18.4)
rubocop-performance (= 1.11.4)

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.1.6")
VERSION = Gem::Version.new("1.1.7")
end

0 comments on commit 9d71b78

Please sign in to comment.