Skip to content

Commit

Permalink
Merge pull request #407 from github/release-v2.16.0
Browse files Browse the repository at this point in the history
release v2.16.0
  • Loading branch information
joelhawksley authored Jul 15, 2020
2 parents d31996f + ee9416d commit 1e9f430
Show file tree
Hide file tree
Showing 3 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
@@ -1,5 +1,7 @@
# master

# 2.16.0

* Add `--sidecar` option to the erb, haml and slim generators. Places the generated template in the sidecar directory.

*Michael van Rooijen*
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
view_component (2.15.0)
view_component (2.16.0)
activesupport (>= 5.0.0, < 7.0)

GEM
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 = 15
MINOR = 16
PATCH = 0

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

0 comments on commit 1e9f430

Please sign in to comment.