Skip to content

Commit

Permalink
Version 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
wpeterson committed Jul 12, 2016
1 parent 753600e commit f6c0f94
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Releases / Changes

## 1.0.7

* Adds `Emoji.replace_named_moji_with_unicode()` for Markdown
* Use configured Rails asset `path_prefix` for `Emoji.asset_path` prefix


## 1.0.6

* Adds `Emoji.replace_unicode_moji_with_name()` for Markdown
Expand Down
2 changes: 1 addition & 1 deletion lib/emoji/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Emoji
VERSION = "1.0.6"
VERSION = "1.0.7"
end

0 comments on commit f6c0f94

Please sign in to comment.