Skip to content

Commit

Permalink
chore(release): 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
duongdev committed Nov 12, 2018
1 parent 0483654 commit 64fd747
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

<a name="0.0.6"></a>
## 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))

0 comments on commit 64fd747

Please sign in to comment.