Skip to content

Commit 57dc526

Browse files
authored
Merge pull request #507 from github/release-v2.20.0
Update gem to v2.20.0
2 parents eda4782 + d7db509 commit 57dc526

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master
44

5+
## 2.20.0
6+
57
* Don't add `/test/components/previews` to preview_paths if directory doesn't exist.
68

79
*Andy Holland*

lib/view_component/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
module ViewComponent
44
module VERSION
55
MAJOR = 2
6-
MINOR = 19
7-
PATCH = 1
6+
MINOR = 20
7+
PATCH = 0
88

99
STRING = [MAJOR, MINOR, PATCH].join(".")
1010
end

0 commit comments

Comments
 (0)