Skip to content

Commit

Permalink
🔧 Chore: update package.json and CHANGELOG.md for release 1.1.3 [skip…
Browse files Browse the repository at this point in the history
… ci]
  • Loading branch information
semantic-release-bot committed Feb 25, 2018
1 parent e082298 commit 58fd116
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.3"></a>
## [1.1.3](https://github.com/jy95/mediaScan/compare/v1.1.2...v1.1.3) (2018-02-25)


### Perf

* addNewFiles rewritten with Lodash ([3edb2294ce78036c539faad70508c7cdb403e099](https://github.com/jy95/mediaScan/commit/3edb2294ce78036c539faad70508c7cdb403e099))
* removeOldFiles rewritten with Lodash ([95f784690110db972412ccee335eff0e0185fd1c](https://github.com/jy95/mediaScan/commit/95f784690110db972412ccee335eff0e0185fd1c))

### Refactor

* Drop forEach to for ... of ([b2c87c594edb16141fecf36704a0d5b80ba88ed3](https://github.com/jy95/mediaScan/commit/b2c87c594edb16141fecf36704a0d5b80ba88ed3))

<a name="1.1.2"></a>
## [1.1.2](https://github.com/jy95/mediaScan/compare/v1.1.1...v1.1.2) (2018-02-25)

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.2",
"version": "1.1.3",
"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 58fd116

Please sign in to comment.