Skip to content

Commit

Permalink
🔧 Chore: update package.json and CHANGELOG.md for release 1.1.1 [skip…
Browse files Browse the repository at this point in the history
… ci]
  • Loading branch information
semantic-release-bot committed Feb 23, 2018
1 parent 7e877c7 commit 57983c2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="1.1.1"></a>
## [1.1.1](https://github.com/jy95/mediaScan/compare/v1.1.0...v1.1.1) (2018-02-23)


### Refactor

* filterMoviesByProperties rewritten ([a0a209b96a977e6a941b8a28370e88e5a9ce4ef3](https://github.com/jy95/mediaScan/commit/a0a209b96a977e6a941b8a28370e88e5a9ce4ef3))
* filterTvSeriesByProperties Rewritten ([f0af6d4c9603d471341cba7dd25c6ee358ad97f4](https://github.com/jy95/mediaScan/commit/f0af6d4c9603d471341cba7dd25c6ee358ad97f4))

### Test

* Expect direction ([bc738e49a088ddbf18e8469b44519b8f1d087d51](https://github.com/jy95/mediaScan/commit/bc738e49a088ddbf18e8469b44519b8f1d087d51))

<a name="1.1.0"></a>
# [1.1.0](https://github.com/jy95/mediaScan/compare/v1.0.1...v1.1.0) (2018-02-22)

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.0",
"version": "1.1.1",
"description": "A scanner for media files that follows a user-provided naming convention",
"main": "./lib/MediaScan.js",
"types": "./lib/MediaScan.d.ts",
Expand Down

0 comments on commit 57983c2

Please sign in to comment.