Skip to content

Commit

Permalink
Update CHNAGELOG.md, version, packages, and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Astro36 committed Apr 9, 2018
1 parent f56295c commit 1f9fffc
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 11 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v0.8.1

Released Apr 10, 2018

### Fixed

- Fix a created bug by changing comcigan URL: `./_hourdat` -> `./_hourdata`

## v0.8.0

Released Apr 3, 2018
Expand Down
2 changes: 1 addition & 1 deletion docs/global.html
Original file line number Diff line number Diff line change
Expand Up @@ -4306,7 +4306,7 @@ <h2><a href="index.html">Home</a></h2><h3>Global</h3><ul><li><a href="global.htm
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Apr 03 2018 19:48:28 GMT+0900 (대한민국 표준시)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Apr 10 2018 00:47:14 GMT+0900 (대한민국 표준시)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h2><a href="index.html">Home</a></h2><h3>Global</h3><ul><li><a href="global.htm
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Apr 03 2018 19:48:28 GMT+0900 (대한민국 표준시)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Apr 10 2018 00:47:14 GMT+0900 (대한민국 표준시)
</footer>

<script> prettyPrint(); </script>
Expand Down
4 changes: 2 additions & 2 deletions docs/index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ <h1 class="page-title">Source: index.js</h1>
return;
}
request.get({
url: `http://112.186.146.96:4080/_hourdat?sc=${code}&amp;nal=1&amp;s=0`,
url: `http://112.186.146.96:4080/_hourdata?sc=${code}&amp;nal=1&amp;s=0`,
}, (err, httpResponse, body) => {
if (err) {
resolve(null);
Expand Down Expand Up @@ -578,7 +578,7 @@ <h2><a href="index.html">Home</a></h2><h3>Global</h3><ul><li><a href="global.htm
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Apr 03 2018 19:48:28 GMT+0900 (대한민국 표준시)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Tue Apr 10 2018 00:47:14 GMT+0900 (대한민국 표준시)
</footer>

<script> prettyPrint(); </script>
Expand Down
25 changes: 20 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "korean-school",
"version": "0.8.0",
"version": "0.8.1",
"description": "Fetch Korean Schools Data Online",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/Astro36/KoreanSchool#readme",
"dependencies": {
"iconv-lite": "^0.4.19",
"iconv-lite": "^0.4.21",
"jsdom": "^11.7.0",
"request": "^2.85.0"
},
Expand Down

0 comments on commit 1f9fffc

Please sign in to comment.