Skip to content

Commit

Permalink
Bump version to v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudomuto committed Jan 14, 2018
1 parent a5352b6 commit 35c77b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.3.2](https://github.com/fgrehm/letter_opener_web/compare/v1.3.1...v1.3.2) (Jan 14, 2018)

- Disable Launchy with ENV to avoid redefining the whole delivery method [#73](https://github.com/fgrehm/letter_opener_web/pull/73)
- Fix new Rubocop warnings [#72](https://github.com/fgrehm/letter_opener_web/pull/72)
- Hover state fixed to only highlight `tbody>tr` [#70](https://github.com/fgrehm/letter_opener_web/pull/70)
- Use `ActiveSupport.on_load` to make sure we don't have load order issues [#66](https://github.com/fgrehm/letter_opener_web/pull/66)

## [1.3.1](https://github.com/fgrehm/letter_opener_web/compare/v1.3.0...v1.3.1) (Feb 04, 2017)

- Remove warnings about unused variables [#45](https://github.com/fgrehm/letter_opener_web/pull/45)
Expand Down
2 changes: 1 addition & 1 deletion lib/letter_opener_web/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module LetterOpenerWeb
VERSION = '1.3.1'
VERSION = '1.3.2'
end

0 comments on commit 35c77b3

Please sign in to comment.