Skip to content

Commit

Permalink
Release 0.4.13: Fix deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtuchkin committed Oct 2, 2015
1 parent 5ff2c26 commit f5ec51b
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
@@ -1,4 +1,9 @@

# 0.4.13 / 2015-10-01

* Fix silly mistake in deprecation notice.


# 0.4.12 / 2015-09-26

* Node v4 support:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iconv-lite",
"description": "Convert character encodings in pure javascript.",
"version": "0.4.12",
"version": "0.4.13",
"license": "MIT",

"keywords": ["iconv", "convert", "charset", "icu"],
Expand Down

0 comments on commit f5ec51b

Please sign in to comment.