-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔧 Chore: update package.json and CHANGELOG.md for release 1.0.0 [skip…
… ci]
- Loading branch information
1 parent
62417b0
commit 6034207
Showing
1 changed file
with
31 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,31 @@ | ||
<a name="1.0.0"></a> | ||
# 1.0.0 (2018-02-21) | ||
|
||
|
||
### CI | ||
|
||
* Set up Codecov ([ad9d8ede49a1f54592b1dc2117dd978d2505e9ad](https://github.com/jy95/mediaScan/commit/ad9d8ede49a1f54592b1dc2117dd978d2505e9ad)) | ||
|
||
### Fix | ||
|
||
* @babel/runtime -prod / @babel/plugin-transform-runtime -dev ([22fa8b5240d6140c169f30116d8a12d624b85db1](https://github.com/jy95/mediaScan/commit/22fa8b5240d6140c169f30116d8a12d624b85db1)) | ||
* Fix Babel setup with TypeScript ([f6c31f71f16a6ce4fee1e90b0d3b803b9a0e41cb](https://github.com/jy95/mediaScan/commit/f6c31f71f16a6ce4fee1e90b0d3b803b9a0e41cb)) | ||
* Fix Build for Node 6 ([aff1d7480da6b50e4311ef527918097031670e9d](https://github.com/jy95/mediaScan/commit/aff1d7480da6b50e4311ef527918097031670e9d)) | ||
* Objects.entries not available in Node 6 - Real Fix ([08bb6a3cdc4222512911c9624b2769aeb18bcbdb](https://github.com/jy95/mediaScan/commit/08bb6a3cdc4222512911c9624b2769aeb18bcbdb)) | ||
|
||
### Perf | ||
|
||
* Add Babel Support (TODO) ([535f81cf9eb4cefc5c8622c7753882cee8ef9a08](https://github.com/jy95/mediaScan/commit/535f81cf9eb4cefc5c8622c7753882cee8ef9a08)) | ||
* Rewrite lib in Typescript ([21c03ea65fc33c6408b515c2102e34c9aa9f572d](https://github.com/jy95/mediaScan/commit/21c03ea65fc33c6408b515c2102e34c9aa9f572d)) | ||
|
||
### Refactor | ||
|
||
* Scan method ([f299cedc2fa861686bea506c9f1e3e0d879933a6](https://github.com/jy95/mediaScan/commit/f299cedc2fa861686bea506c9f1e3e0d879933a6)) | ||
|
||
### Test | ||
|
||
* Fix tests ([eef74a80cc1fa1c332fe7bb3360e505c7701d2b5](https://github.com/jy95/mediaScan/commit/eef74a80cc1fa1c332fe7bb3360e505c7701d2b5)) | ||
* Rewrite test in proper way ([e49ec418d32b3094ab0ed9b45ea36b0d4a7ccb5d](https://github.com/jy95/mediaScan/commit/e49ec418d32b3094ab0ed9b45ea36b0d4a7ccb5d)) | ||
* Rewritten tests in Jest ([e4f7a1abf129384df78689095c5588b900e39bd2](https://github.com/jy95/mediaScan/commit/e4f7a1abf129384df78689095c5588b900e39bd2)) | ||
* Trying to fix addNewPath issue ([3e67528bf6d02a1628ea74fdeb3e6898535d434d](https://github.com/jy95/mediaScan/commit/3e67528bf6d02a1628ea74fdeb3e6898535d434d)) | ||
* Use toThrowError for rejected promises ([546f5f2aabb4ccdc41390bf315056873609cc292](https://github.com/jy95/mediaScan/commit/546f5f2aabb4ccdc41390bf315056873609cc292)) |