Skip to content

Commit

Permalink
Cut 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcandre committed Nov 4, 2020
1 parent 09cfe9b commit bb492b0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@

## master (unreleased)

## 1.1.1 (2020-11-04)

### Bug fixes

* [#146](https://github.com/rubocop-hq/rubocop-ast/pull/146): Fix `IfNode#branches` to return both branches when called on ternary conditional. ([@fatkodima][])

## 1.1.0 (2020-10-26)

### New features

* [#144](https://github.com/rubocop-hq/rubocop-ast/pull/144): NodePattern: allow method calls on constants. ([@marcandre][])

### Bug fixes

* [#146](https://github.com/rubocop-hq/rubocop-ast/pull/146): Fix `IfNode#branches` to return both branches when called on ternary conditional. ([@fatkodima][])

## 1.0.1 (2020-10-23)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rubocop-ast
title: RuboCop AST
version: master
version: '1.1'
nav:
- modules/ROOT/nav.adoc
2 changes: 1 addition & 1 deletion lib/rubocop/ast/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module RuboCop
module AST
module Version
STRING = '1.1.0'
STRING = '1.1.1'
end
end
end

0 comments on commit bb492b0

Please sign in to comment.