Skip to content

Commit

Permalink
Release 0.6.2: Actually support Uint8Array decoding
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtuchkin committed Jul 8, 2020
1 parent 21004dd commit efbad0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.6.2 / 2020-07-08
* Support Uint8Array-s decoding without conversion to Buffers, plus fix an edge case.


## 0.6.1 / 2020-06-28
* Support Uint8Array-s directly when decoding (#246, by @gyzerok)
* Unify package.json version ranges to be strictly semver-compatible (#241)
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.6.1",
"version": "0.6.2",
"license": "MIT",
"keywords": [
"iconv",
Expand Down

0 comments on commit efbad0a

Please sign in to comment.