Skip to content

Commit

Permalink
Release v3.0.2 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanitoFatas authored Nov 15, 2016
1 parent f58ac8c commit 0d9c50c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 3.0.2 - 2016.11.15

- Fix handling codepoint less than 0x1000 [#33](https://github.com/jollygoodcode/twemoji/pull/33)
- Fix strange naming of kiss emoji [#32](https://github.com/jollygoodcode/twemoji/pull/32)

## 3.0.1 - 2016.06.28

- Fix `img` tag `alt` attribute render incorrectly [#29](https://github.com/jollygoodcode/twemoji/pull/29)
Expand Down
2 changes: 1 addition & 1 deletion lib/twemoji/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Twemoji
VERSION = "3.0.1"
VERSION = "3.0.2"
end

0 comments on commit 0d9c50c

Please sign in to comment.