Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 29, 2015
1 parent dc921d3 commit 9e147ee
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.2 / 2015-01-29
=================
* Fix broken package.json

1.0.1 / 2015-01-29
=================
* Add early exits for typeof "string", or typeof not "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-string",
"version": "1.0.1",
"version": "1.0.2",
"author": "Jordan Harband",
"description": "Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
"license": "MIT",
Expand Down

0 comments on commit 9e147ee

Please sign in to comment.