Skip to content

Commit b03d8e9

Browse files
committed
v1.0.1
1 parent 8d3972c commit b03d8e9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
1.0.1 / 2015-09-27
2+
=================
3+
* [Fix] If `@@toStringTag` is not present, use the old-school `Object#toString` test
4+
* [Docs] Switch from vb.teelaun.ch to versionbadg.es for the npm version badge SVG
5+
* [Dev Deps] update `is`, `eslint`, `@ljharb/eslint-config`, `semver`, `tape`, `jscs`, `nsp`, `covert`
6+
* [Tests] up to `io.js` `v3.3`, `node` `v4.1`
7+
18
1.0.0 / 2015-01-28
29
=================
310
* Initial release.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "is-date-object",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"author": "Jordan Harband",
55
"description": "Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
66
"license": "MIT",

0 commit comments

Comments
 (0)