Skip to content

Commit 88afb54

Browse files
committed
v1.0.1
1 parent 514eaa1 commit 88afb54

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

History.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11

2+
1.0.1 / 2014-06-25
3+
==================
4+
5+
* add .zuul.yml file for browser testing
6+
* remove Testling stuff
7+
* build: fix global variable `val` leak
8+
* package: use --check-leaks when running mocha tests
9+
* README: update examples to use preferred API
10+
* package: add "browser" keyword
11+
212
1.0.0 / 2014-05-20
313
==================
414

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "plist",
33
"description": "Mac OS X Plist parser/builder for Node.js and browsers",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"author": "Nathan Rajlich <nathan@tootallnate.net>",
66
"contributors": [
77
"Hans Huebner <hans.huebner@gmail.com>",

0 commit comments

Comments
 (0)