Skip to content

Commit

Permalink
Finish 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Jan 23, 2019
2 parents 332c6a2 + a062dbf commit 464de1b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## Version 1.3.2

### Changes

- fixed responsive javascript error

### Commits

- [332c6a2](http://github.com/ddnexus/pagy/commit/332c6a2): fix for responsive javascript error in slow loading pages (#115)

## Version 1.3.1

### Changes
Expand Down
2 changes: 1 addition & 1 deletion lib/pagy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

require 'pathname'

class Pagy ; VERSION = '1.3.1'
class Pagy ; VERSION = '1.3.2'

class OverflowError < StandardError; attr_reader :pagy; def initialize(pagy) @pagy = pagy end; end

Expand Down

0 comments on commit 464de1b

Please sign in to comment.