change history, bump

This commit is contained in:
AJ ONeal 2015-12-11 16:58:56 -08:00
parent ae743e0465
commit e4a6c8a484
2 changed files with 9 additions and 1 deletions

View File

@ -18,6 +18,14 @@ It turns base64-encoded <strong>a</strong>scii data back **to** <strong>b</stron
console.log(bin); // "Hello World" console.log(bin); // "Hello World"
}()); }());
Changes
=======
* v2.0.0 provide browser version for ios web workers
* v1.2.0 provide (empty) browser version
* v1.1.3 add MIT license (see [#4](https://github.com/node-browser-compat/atob/issues/4))
* v1.1.2 node only
LICENSE LICENSE
======= =======

View File

@ -20,5 +20,5 @@
"atob": "bin/atob.js" "atob": "bin/atob.js"
}, },
"license": "(MIT OR Apache-2.0)", "license": "(MIT OR Apache-2.0)",
"version": "1.2.0" "version": "2.0.0"
} }