Skip to content

Commit

Permalink
Merge pull request #176 from github/release-1.6.2
Browse files Browse the repository at this point in the history
release v1.6.2
  • Loading branch information
joelhawksley authored Jan 6, 2020
2 parents 1429f36 + b644b41 commit 01dda4f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# v1.6.2

* Fix Uninitialized Constant error.

*Jon Palmer*

* Add basic github issue and PR templates.

*Dylan Clark*

* Update readme phrasing around previews.

*Justin Coyne*

# v1.6.1

* Allow Previews to have no layout.
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:
actionview-component (1.6.1)
actionview-component (1.6.2)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/action_view/component/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module Component
module VERSION
MAJOR = 1
MINOR = 6
PATCH = 1
PATCH = 2

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

0 comments on commit 01dda4f

Please sign in to comment.