Skip to content

Commit

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


### Docs

* add README.md ([964a48fc164bcd23dc0c9c571469452e5fb2f69b](https://github.com/jy95/mediaScan/commit/964a48fc164bcd23dc0c9c571469452e5fb2f69b))

### Perf

* Rewritten filter functions ([9ac0a50ea8da2aafa83b18a699cd10d9968079db](https://github.com/jy95/mediaScan/commit/9ac0a50ea8da2aafa83b18a699cd10d9968079db))

### Style

* change greenkeeper messages with emoji ([9671e75211f271107fb784f18a2451e1a63ca921](https://github.com/jy95/mediaScan/commit/9671e75211f271107fb784f18a2451e1a63ca921))

<a name="1.0.0"></a>
# 1.0.0 (2018-02-21)

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.0.0",
"version": "1.0.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 4301253

Please sign in to comment.