From 64fd7477f59c247b7bdebacada4a81b568591a6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C6=B0=C6=A1ng=20=C4=90=E1=BB=97?= Date: Mon, 12 Nov 2018 13:39:27 +0700 Subject: [PATCH] chore(release): 0.0.6 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a671530 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,28 @@ +# Change Log + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + + +## 0.0.6 (2018-11-12) + + +### Bug Fixes + +* **core:** Remove `as any` that will be removed when running `yarn lint` ([500bd72](https://github.com/Targeek/geek-sms/commit/500bd72)) +* **travis:** Don't publish on merge to master ([fc39889](https://github.com/Targeek/geek-sms/commit/fc39889)) + + +### Features + +* Add eSMS constructor test cases ([af0af1b](https://github.com/Targeek/geek-sms/commit/af0af1b)) +* **eSMS:** Add getBalance method & test ([99955ce](https://github.com/Targeek/geek-sms/commit/99955ce)) +* Add jest tests & example ([192c6ee](https://github.com/Targeek/geek-sms/commit/192c6ee)) +* Add README.md with coverage and build status ([3d76146](https://github.com/Targeek/geek-sms/commit/3d76146)) +* **core:** Add axios mock API for testing ([25a66f1](https://github.com/Targeek/geek-sms/commit/25a66f1)) +* **eSMS:** Add sendMessage method ([c463fc0](https://github.com/Targeek/geek-sms/commit/c463fc0)) +* **eSMS:** Get getBrandNameList method & test ([d6cfe93](https://github.com/Targeek/geek-sms/commit/d6cfe93)) +* **publish:** Add module-alias support ([ecc9f92](https://github.com/Targeek/geek-sms/commit/ecc9f92)) +* **publish:** Add npmignore & update gitignore ([60056fb](https://github.com/Targeek/geek-sms/commit/60056fb)) +* **tests:** Add testing config with ignored local config ([6ede7dc](https://github.com/Targeek/geek-sms/commit/6ede7dc)) +* **travis:** Add deploy settings ([4cce6f4](https://github.com/Targeek/geek-sms/commit/4cce6f4)) +* **travis:** Add travis config ([439f9e5](https://github.com/Targeek/geek-sms/commit/439f9e5))