Skip to content

Commit

Permalink
Release 0.4.21: Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtuchkin committed Apr 7, 2018
1 parent 696be8a commit c679ab2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
7 changes: 7 additions & 0 deletions Changelog.md
@@ -1,4 +1,11 @@

# 0.4.21 / 2018-04-06

* Fix encoding canonicalization (#156)
* Fix the paths in the "browser" field in package.json (#174 by @LMLB)
* Removed "contributors" section in package.json - see Git history instead.


# 0.4.20 / 2018-04-06

* Updated `new Buffer()` usages with recommended replacements as it's being deprecated in Node v10 (#176, #178 by @ChALkeR)
Expand Down
16 changes: 1 addition & 15 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "iconv-lite",
"description": "Convert character encodings in pure javascript.",
"version": "0.4.20",
"version": "0.4.21",
"license": "MIT",
"keywords": [
"iconv",
Expand All @@ -10,20 +10,6 @@
"icu"
],
"author": "Alexander Shtuchkin <ashtuchkin@gmail.com>",
"contributors": [
"Jinwu Zhan (https://github.com/jenkinv)",
"Adamansky Anton (https://github.com/adamansky)",
"George Stagas (https://github.com/stagas)",
"Mike D Pilsbury (https://github.com/pekim)",
"Niggler (https://github.com/Niggler)",
"wychi (https://github.com/wychi)",
"David Kuo (https://github.com/david50407)",
"ChangZhuo Chen (https://github.com/czchen)",
"Lee Treveil (https://github.com/leetreveil)",
"Brian White (https://github.com/mscdex)",
"Mithgol (https://github.com/Mithgol)",
"Nazar Leush (https://github.com/nleush)"
],
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"homepage": "https://github.com/ashtuchkin/iconv-lite",
Expand Down

0 comments on commit c679ab2

Please sign in to comment.