-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |