Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
logicalparadox committed Aug 14, 2013
1 parent 2e331a4 commit df82b64
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions History.md
@@ -0,0 +1,12 @@

0.1.0 / 2013-08-14
==================

* readme: document all methods
* readme: add badges
* library: [test] ensure test runs
* travis: change script to run coveralls reportwq
* tests: add tests
* lib: add type detect lib
* pkg: prepare for coverage based tests
* "Initial commit"
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -172,7 +172,7 @@ assert(lib.test('yes', 'bln'));

(The MIT License)

Copyright (c) 2012 Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com)
Copyright (c) 2013 Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion component.json
@@ -1,7 +1,7 @@
{
"name": "type-detect"
, "repo": "chaijs/type-detect"
, "version": "0.0.0"
, "version": "0.1.0"
, "description": "Improved typeof detection for node.js and the browser."
, "license": "MIT"
, "keywords": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "type-detect"
, "version": "0.0.0"
, "version": "0.1.0"
, "description": "Improved typeof detection for node.js and the browser."
, "author": "Jake Luer <jake@alogicalparadox.com> (http://alogicalparadox.com)"
, "license": "MIT"
Expand Down

0 comments on commit df82b64

Please sign in to comment.