Skip to content

Commit

Permalink
chore: Release 4.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrove committed May 17, 2018
1 parent 985ec58 commit 662b0e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Sanitize History

## 4.6.5 (2018-05-16)

* Improved performance slightly by tweaking the order of built-in transformers.
[@rafbm - #180][180]

[180]:https://github.com/rgrove/sanitize/pull/180

## 4.6.4 (2018-03-20)

* Fixed: A change introduced in 4.6.2 broke certain transformers that relied on
Expand Down
2 changes: 1 addition & 1 deletion lib/sanitize/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# encoding: utf-8

class Sanitize
VERSION = '4.6.4'
VERSION = '4.6.5'
end

0 comments on commit 662b0e3

Please sign in to comment.