Skip to content

Commit cdcb9ff

Browse files
committed
v1.0.1
1 parent c4e05bd commit cdcb9ff

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.0.1 / 2015-01-29
2+
=================
3+
* Add early exits for typeof "string", or typeof not "object".
4+
15
1.0.0 / 2015-01-29
26
=================
37
* Initial release.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "is-string",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"author": "Jordan Harband",
55
"description": "Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
66
"license": "MIT",
@@ -33,10 +33,10 @@
3333
"is": "~2.2.0",
3434
"tape": "~3.4.0",
3535
"indexof": "~0.0.1",
36-
"covert": "1.0.0",
36+
"covert": "1.0.1",
3737
"jscs": "~1.10.0",
3838
"editorconfig-tools": "~0.0.1",
39-
"nsp": "~1.0.0",
39+
"nsp": "~1.0.1",
4040
"eslint": "~0.13.0",
4141
"semver": "~4.2.0"
4242
},

0 commit comments

Comments
 (0)