Skip to content

Commit

Permalink
Ready for 5.1.3 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tian Chen committed Jan 13, 2018
1 parent f55e5f5 commit 4a8fb0e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ N/A

# History:

## 5.1.3

1. Chore: Remove `jquery-turbolinks` gem ([issue 66](#66))
2. Feature: Add html attribute `title` to the links ([issue 67](#67))
3. Chore: normalize the partials that user could replace/override ([issue 69](#69))
4. Fix: Have to make sure that `app/models` are loaded before Rails eager load ([issue 68](#68))
5. Chore: index_params should not contain `resources`, `utf8` ([issue 71](#71))

## 5.1.2

1. Chore: prevent the reference to model decorator from being cached ([issue 65](#65))
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
wallaby (5.1.2)
wallaby (5.1.3)
bootstrap-sass
bootstrap3-datetimepicker-rails
cancancan
Expand Down Expand Up @@ -61,7 +61,7 @@ GEM
tzinfo (~> 1.1)
arel (8.0.0)
ast (2.3.0)
autoprefixer-rails (7.2.4)
autoprefixer-rails (7.2.5)
execjs
bcrypt (3.1.11)
better_errors (2.4.0)
Expand Down Expand Up @@ -167,7 +167,7 @@ GEM
minitest (5.10.3)
momentjs-rails (2.17.1)
railties (>= 3.1)
multi_json (1.12.2)
multi_json (1.13.1)
mysql2 (0.4.10)
nio4r (2.1.0)
nokogiri (1.8.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/wallaby/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Wallaby
VERSION = '5.1.2'.freeze
VERSION = '5.1.3'.freeze
end

0 comments on commit 4a8fb0e

Please sign in to comment.