Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 29, 2014
1 parent 1641cfa commit 34ab976
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.2.0 / 2014-11-29
==================
* Update `tape`, `jscs`
* Add `is.symbol`

2.1.0 / 2014-10-21
==================
* Add `CHANGELOG.md`
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "is",
"repo": "enricomarino/is",
"description": "The definitive type testing library",
"version": "2.1.0",
"version": "2.2.0",
"dependencies": {},
"scripts": ["index.js"]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "is",
"version": "2.1.0",
"version": "2.2.0",
"main": "index.js",
"scripts": {
"test": "npm run lint && node test/index.js",
Expand Down

0 comments on commit 34ab976

Please sign in to comment.