Skip to content

Commit

Permalink
set version and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mroth committed Sep 3, 2014
1 parent 755238d commit a30af08
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

## 0.2.0 (TBD)

* Initial release.
* Does everything the Ruby version does, super fast! (V8 optimizations lead to
most benchmarks being roughly ~50% faster on NodeJS 0.10.31 vs MRI 2.1.2)
* Should be API compatible with the most recent release of the Ruby version of
the library. Setting the version number accordingly. Minor releases will be
versioned independently, but will make an attempt to keep major version
numbers consistent to feature set across different platforms.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emoji-data",
"version": "0.0.1",
"version": "0.2.0-pre",
"description": "Emoji encoding swiss army knife for NodeJS",
"keywords": [
"emoji",
Expand Down

0 comments on commit a30af08

Please sign in to comment.