Skip to content

Commit

Permalink
🔧 Chore: update package.json and CHANGELOG.md for release 1.1.2 [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 76bc3c5 commit 5896580
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a name="1.1.2"></a>
## [1.1.2](https://github.com/jy95/mediaScan/compare/v1.1.1...v1.1.2) (2018-02-25)


### Perf

* Set specific babel settings ([068aa48b30f45f6057d56b774d5f604dd1f9f88b](https://github.com/jy95/mediaScan/commit/068aa48b30f45f6057d56b774d5f604dd1f9f88b))

### Test

* Fix typo in test name ([592f5e0b8ecdb9884ff14c7066ba358407dfb781](https://github.com/jy95/mediaScan/commit/592f5e0b8ecdb9884ff14c7066ba358407dfb781))

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

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.1",
"version": "1.1.2",
"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 5896580

Please sign in to comment.