We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c5cafc commit 568127dCopy full SHA for 568127d
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## 2.0.0 - 2015.05.29
6
+
7
- **Breaking change**: `Tewmoji.parse` `img_attr` option changed to `img_attrs` [#16](https://github.com/jollygoodcode/twemoji/pull/16)
8
9
Old behaviour to specify `img` HTML attributes was passed in as a string to
lib/twemoji/version.rb
@@ -1,3 +1,3 @@
1
module Twemoji
- VERSION = "1.1.0"
+ VERSION = "2.0.0"
end
0 commit comments