Skip to content

Commit

Permalink
Release v2.2.2, fix changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanitoFatas committed Jun 9, 2016
1 parent b13819d commit d0ca920
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@

## Unreleased

- Lose released Gem weight [#26](https://github.com/jollygoodcode/twemoji/pull/26)
## 2.2.2 - 2016.06.09

- Add a `bin/hack` script to make gem development easier [#25](https://github.com/jollygoodcode/twemoji/pull/25)
- Backport [051f5a5](https://github.com/jollygoodcode/twemoji/commit/051f5a57c40f24d8d5caa65b462a9bee01545412) (find by multiple unicodes fix)

## 2.2.1 - 2016.06.07

- Lose released Gem weight [#26](https://github.com/jollygoodcode/twemoji/pull/26)
- Add a `bin/hack` script to make gem development easier [#25](https://github.com/jollygoodcode/twemoji/pull/25)
- Add missing 47 emojis [#27](https://github.com/jollygoodcode/twemoji/pull/27)
- Fix emoji_pattern not properly escaped [#27](https://github.com/jollygoodcode/twemoji/pull/27)
- Change `:thumbsup:` `:thumbsdown:` to `:+1:` `:-1:`
Expand Down
2 changes: 1 addition & 1 deletion lib/twemoji/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Twemoji
VERSION = "2.2.1"
VERSION = "2.2.2"
end

0 comments on commit d0ca920

Please sign in to comment.