1.0.5
-----
* Be explicit about registry for publish - @jkrems
  https://github.com/groupon/cson-safe/pull/19
* Unify `''`/`""` handling, str.charAt(0) -> str[0] - @jkrems
  https://github.com/groupon/cson-safe/pull/22

1.0.4
-----
* Use `vm.runInThisContext` instead of eval - @jkrems
  https://github.com/groupon/cson-safe/pull/18

1.0.3
-----
* Add license SPDX ID to package.json - @jkrems
  https://github.com/groupon/cson-safe/pull/16

1.0.2
-----
* Upgrade npub - @abloom
  https://github.com/groupon/cson-safe/pull/14

v1.0.1
------
* Even nicer stringify with less noise - @jkrems
  https://github.com/groupon/cson-safe/pull/13

v1.0.0
------
* Switch to coffee-script for parsing - @jkrems
  https://github.com/groupon/cson-safe/pull/10

v0.2.0
------
* A nicer CSON.stringify - @johan
  https://github.com/groupon/cson-safe/pull/9

v0.1.1
------
* Fix package meta data

v0.1.0
------
* Initial public release
