Skip to content

Commit

Permalink
upgrade gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
natashaU committed Oct 26, 2020
1 parent 0fb9daa commit 111538c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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.21.0

* Only compile components at application initialization if eager loading is enabled.

*Joel Hawksley*
Expand Down
2 changes: 1 addition & 1 deletion lib/view_component/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module ViewComponent
module VERSION
MAJOR = 2
MINOR = 20
MINOR = 21
PATCH = 0

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

0 comments on commit 111538c

Please sign in to comment.