Skip to content

Commit

Permalink
Merge pull request #482 from github/release-v2.19.0
Browse files Browse the repository at this point in the history
update to v2.19.0
  • Loading branch information
natashaU authored Sep 14, 2020
2 parents f0b1141 + 94c101b commit b414440
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.19.0

* Extend documentation for using Stimulus within sidecar directories.

*Ciprian Redinciuc*
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 = 18
PATCH = 2
MINOR = 19
PATCH = 0

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

0 comments on commit b414440

Please sign in to comment.