Skip to content

Commit

Permalink
🔧 Chore: update package.json and CHANGELOG.md for release 1.1.4 [skip…
Browse files Browse the repository at this point in the history
… ci]
  • Loading branch information
semantic-release-bot committed Mar 5, 2018
1 parent eb0a0af commit 30adcff
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.4"></a>
## [1.1.4](https://github.com/jy95/mediaScan/compare/v1.1.3...v1.1.4) (2018-03-05)


### Chore

* Update DevDependancies ([5a871e2be9b97d6000066f4eb9f3bcc45f098a5b](https://github.com/jy95/mediaScan/commit/5a871e2be9b97d6000066f4eb9f3bcc45f098a5b))

### Docs

* Add TypeScript types for this lib ([46ea8e4a38419f76590a9a2a7676b9c7b25fd665](https://github.com/jy95/mediaScan/commit/46ea8e4a38419f76590a9a2a7676b9c7b25fd665))

### Refactor

* Use implementation of toJSONObject for toJSON() ([a518fdf6639de1ccf4a1191bc2c7879ddde817c0](https://github.com/jy95/mediaScan/commit/a518fdf6639de1ccf4a1191bc2c7879ddde817c0))

<a name="1.1.3"></a>
## [1.1.3](https://github.com/jy95/mediaScan/compare/v1.1.2...v1.1.3) (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.3",
"version": "1.1.4",
"description": "A scanner for media files that follows a user-provided naming convention",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 30adcff

Please sign in to comment.