Skip to content

Commit

Permalink
🔧 Chore: update package.json and CHANGELOG.md for release 1.1.0 [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 5fb3b43 commit b9ecfa0
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.1.0"></a>
# [1.1.0](https://github.com/jy95/mediaScan/compare/v1.0.1...v1.1.0) (2018-02-22)


### Docs

* Add Greenkeeper badge ([afb7bb20b983a55483d9ce5cf2a0dc595322d5ad](https://github.com/jy95/mediaScan/commit/afb7bb20b983a55483d9ce5cf2a0dc595322d5ad))

### Feat

* toJSONObject method ([f625e4a6e46e1430cb0a359fd445ecc9ee1d7969](https://github.com/jy95/mediaScan/commit/f625e4a6e46e1430cb0a359fd445ecc9ee1d7969))

### Perf

* Rewrite filter search Map in ES6 ([5fb3b4328a1e47120afd171a0cfba524cfed7155](https://github.com/jy95/mediaScan/commit/5fb3b4328a1e47120afd171a0cfba524cfed7155))

<a name="1.0.1"></a>
## [1.0.1](https://github.com/jy95/mediaScan/compare/v1.0.0...v1.0.1) (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.0.1",
"version": "1.1.0",
"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 b9ecfa0

Please sign in to comment.