Skip to content

Commit

Permalink
🔧 Chore: update package.json and CHANGELOG.md for release 1.0.0 [skip…
Browse files Browse the repository at this point in the history
… ci]
  • Loading branch information
semantic-release-bot committed Feb 21, 2018
1 parent 62417b0 commit 6034207
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
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))

0 comments on commit 6034207

Please sign in to comment.