We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eda4782 + d7db509 commit 57dc526Copy full SHA for 57dc526
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## master
4
5
+## 2.20.0
6
+
7
* Don't add `/test/components/previews` to preview_paths if directory doesn't exist.
8
9
*Andy Holland*
lib/view_component/version.rb
@@ -3,8 +3,8 @@
module ViewComponent
module VERSION
MAJOR = 2
- MINOR = 19
- PATCH = 1
+ MINOR = 20
+ PATCH = 0
STRING = [MAJOR, MINOR, PATCH].join(".")
10
end
0 commit comments