Skip to content

Commit

Permalink
Release v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Dec 10, 2016
1 parent de133f6 commit d627c49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsesc.js
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,6 @@ const jsesc = function(argument, options) {
return result;
};

jsesc.version = '2.2.0';
jsesc.version = '2.3.0';

module.exports = jsesc;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsesc",
"version": "2.2.0",
"version": "2.3.0",
"description": "A JavaScript library for escaping JavaScript strings while generating the shortest possible valid output.",
"homepage": "https://mths.be/jsesc",
"engines": {
Expand Down

0 comments on commit d627c49

Please sign in to comment.