-
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.
Merge pull request #1 from wilicw/develop
merge Develop to master
- Loading branch information
Showing
5 changed files
with
23 additions
and
3 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
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,19 @@ | ||
# Changelog | ||
|
||
## [Unreleased] | ||
### Added | ||
- Add Level in Timeing mode ending report | ||
- Add Changelog. | ||
|
||
## v0.0.1 - 2018-11-30 | ||
### Added | ||
- Create project use Vuejs. | ||
- Add Vuex. | ||
- Add Vue router. | ||
- Use [JavaScript Standard Style](https://github.com/standard/standard) to coding. | ||
- Add Timeing mode. | ||
- Add Normal mode. | ||
- Add 5 bands resistor. | ||
|
||
[Unreleased]: https://github.com/wilicw/resicolor/tree/develop | ||
[0.0.1]: https://github.com/wilicw/resicolor/releases/tag/v0.0.1 |
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ echo "version: 2\n\ | |
jobs:\n\ | ||
build:\n\ | ||
branches:\n\ | ||
only: release" > config.yml | ||
only: master" > config.yml | ||
cd .. | ||
cp index.html 404.html | ||
git config --global user.email "[email protected]" | ||
|
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
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