From a43920ea76975b3ac66fe3b7669188a119e9f725 Mon Sep 17 00:00:00 2001 From: Leonardo Gatica Date: Sun, 27 Nov 2016 16:47:27 -0300 Subject: [PATCH] docs(CHANGELOG): Add CHANGELOG --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7df4b7d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,37 @@ +## 2.0.0 (2016-05-05) + +* Add coverage ([e378d2d](https://github.com/lgaticaq/bip/commit/e378d2d)) +* Change year license ([8fd85d2](https://github.com/lgaticaq/bip/commit/8fd85d2)) +* Fix example ([885db76](https://github.com/lgaticaq/bip/commit/885db76)) +* Fix main ([5fbb501](https://github.com/lgaticaq/bip/commit/5fbb501)) +* Fix test script ([f937c68](https://github.com/lgaticaq/bip/commit/f937c68)) +* Refactor ([f6f2823](https://github.com/lgaticaq/bip/commit/f6f2823)) +* Refactor ([17eb617](https://github.com/lgaticaq/bip/commit/17eb617)) +* Remove .node-version ([8ac6c3d](https://github.com/lgaticaq/bip/commit/8ac6c3d)) +* Remove babel ([927585e](https://github.com/lgaticaq/bip/commit/927585e)) +* Remove q ([dee08f2](https://github.com/lgaticaq/bip/commit/dee08f2)) +* Remove rimraf ([2e7dd73](https://github.com/lgaticaq/bip/commit/2e7dd73)) +* Remove src ([99b81a1](https://github.com/lgaticaq/bip/commit/99b81a1)) +* script lint to pretest ([9b4c072](https://github.com/lgaticaq/bip/commit/9b4c072)) +* Update dependencies ([fbe0e27](https://github.com/lgaticaq/bip/commit/fbe0e27)) +* Update engine ([8751f0b](https://github.com/lgaticaq/bip/commit/8751f0b)) +* Update node version ([ca0b8fd](https://github.com/lgaticaq/bip/commit/ca0b8fd)) +* Update travis node version ([b7fdfce](https://github.com/lgaticaq/bip/commit/b7fdfce)) + +#### 1.2.1 (2016-01-08) + +* Fix balance ([36f94f2](https://github.com/lgaticaq/bip/commit/36f94f2)) + +### 1.2.0 (2016-01-08) + +* Add verify number ([aba3c33](https://github.com/lgaticaq/bip/commit/aba3c33)) +* Simplify test ([3e8aee6](https://github.com/lgaticaq/bip/commit/3e8aee6)) + +### 1.1.0 (2016-01-08) + +* Add number, message and valid to response ([adc580e](https://github.com/lgaticaq/bip/commit/adc580e)) +* Fix description ([def4289](https://github.com/lgaticaq/bip/commit/def4289)) + +## 1.0.0 (2016-01-03) + +* first commit ([8ea959c](https://github.com/lgaticaq/bip/commit/8ea959c))