Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 30, 2015
1 parent f48a83a commit 405685f
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 @@
1.0.3 / 2015-01-29
=================
* If @@toStringTag is not present, use the old-school Object#toString test.

1.0.2 / 2015-01-29
=================
* Improve optimization by separating the try/catch, and bailing out early when not typeof "object".
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": "is-regex",
"version": "1.0.2",
"version": "1.0.3",
"description": "Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag",
"author": "Jordan Harband",
"license": "MIT",
Expand Down

0 comments on commit 405685f

Please sign in to comment.