Skip to content

Commit

Permalink
🔧 Chore: update package.json and CHANGELOG.md for release 1.1.6 [skip…
Browse files Browse the repository at this point in the history
… ci]
  • Loading branch information
semantic-release-bot committed Mar 8, 2018
1 parent b2373b1 commit 1605c6f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<a name="1.1.6"></a>
## [1.1.6](https://github.com/jy95/mediaScan/compare/v1.1.5...v1.1.6) (2018-03-08)


### Perf

* Transducers for mapProperties ([d9e5d84d4597fe5adb404ca8e4e3aca1ca130355](https://github.com/jy95/mediaScan/commit/d9e5d84d4597fe5adb404ca8e4e3aca1ca130355))
* Transducers version of removeOldFiles ([e40c721f7ed8ad7719eae94843556e882edbdb7c](https://github.com/jy95/mediaScan/commit/e40c721f7ed8ad7719eae94843556e882edbdb7c))
* Use transducers.js to make filter functions faster ([0049824a7c0985a6f1de3f5fc44419b542db1891](https://github.com/jy95/mediaScan/commit/0049824a7c0985a6f1de3f5fc44419b542db1891))

### Test

* Fix coverage issue in removeOldFiles ([b3351829fb91e92d8c6d4ce3fbb3ecffa875368b](https://github.com/jy95/mediaScan/commit/b3351829fb91e92d8c6d4ce3fbb3ecffa875368b))

<a name="1.1.5"></a>
## [1.1.5](https://github.com/jy95/mediaScan/compare/v1.1.4...v1.1.5) (2018-03-07)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mediascan",
"version": "1.1.5",
"version": "1.1.6",
"description": "A scanner for media files that follows a user-provided naming convention",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 1605c6f

Please sign in to comment.