Skip to content

Commit

Permalink
Release v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Aug 2, 2021
1 parent ebdc6f0 commit 7abe676
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iso-8859-14.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! https://mths.be/iso-8859-14 v3.0.0 by @mathias | MIT license */
/*! https://mths.be/iso-8859-14 v3.0.1 by @mathias | MIT license */

const stringFromCharCode = String.fromCharCode;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iso-8859-14",
"version": "3.0.0",
"version": "3.0.1",
"description": "A robust iso-8859-14 encoder/decoder written in JavaScript.",
"homepage": "https://mths.be/iso-8859-14",
"exports": "./iso-8859-14.mjs",
Expand Down

0 comments on commit 7abe676

Please sign in to comment.