Skip to content

Commit

Permalink
Merge pull request #60 from zombocom/schneems/1.1.6
Browse files Browse the repository at this point in the history
v1.1.6
  • Loading branch information
schneems committed Feb 25, 2021
2 parents 34f7e01 + 860a3bd commit 2510ea4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,7 @@
## HEAD (unreleased)

## 1.1.6

- Consider if syntax error caused an unexpected variable instead of end (https://github.com/zombocom/dead_end/pull/58)

## 1.1.5
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
dead_end (1.1.4)
dead_end (1.1.6)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -33,4 +33,4 @@ DEPENDENCIES
stackprof

BUNDLED WITH
2.2.3
2.2.11
2 changes: 1 addition & 1 deletion lib/dead_end/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DeadEnd
VERSION = "1.1.4"
VERSION = "1.1.6"
end

0 comments on commit 2510ea4

Please sign in to comment.