Skip to content

Commit

Permalink
Release 0.4.22: Fix support for NPM v1.x (used in Node v0.10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtuchkin committed May 5, 2018
1 parent be3c9e5 commit 6b90918
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changelog.md
@@ -1,4 +1,10 @@

# 0.4.22 / 2018-05-05

* Use older semver style for dependencies to be compatible with Node version 0.10 (#182, by @dougwilson)
* Fix tests to accomodate fixes in Node v10 (#182, by @dougwilson)


# 0.4.21 / 2018-04-06

* Fix encoding canonicalization (#156)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "iconv-lite",
"description": "Convert character encodings in pure javascript.",
"version": "0.4.21",
"version": "0.4.22",
"license": "MIT",
"keywords": [
"iconv",
Expand Down

0 comments on commit 6b90918

Please sign in to comment.