Skip to content

Commit

Permalink
Merge pull request #507 from github/release-v2.20.0
Browse files Browse the repository at this point in the history
Update gem to v2.20.0
  • Loading branch information
natashaU authored Oct 19, 2020
2 parents eda4782 + d7db509 commit 57dc526
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master

## 2.20.0

* Don't add `/test/components/previews` to preview_paths if directory doesn't exist.

*Andy Holland*
Expand Down
4 changes: 2 additions & 2 deletions lib/view_component/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
module ViewComponent
module VERSION
MAJOR = 2
MINOR = 19
PATCH = 1
MINOR = 20
PATCH = 0

STRING = [MAJOR, MINOR, PATCH].join(".")
end
Expand Down

0 comments on commit 57dc526

Please sign in to comment.