Skip to content

Commit

Permalink
Merge pull request #203 from broofa/engine_4
Browse files Browse the repository at this point in the history
Engine >= 4
  • Loading branch information
broofa authored Apr 11, 2018
2 parents 3e01d27 + e7cb9d4 commit 06e0a67
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js:
- "0.12"
- "4"
- "6"
- "8"
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="2.3.0"></a>
# [2.3.0](https://github.com/broofa/node-mime/compare/v2.2.2...v2.3.0) (2018-04-11)


### Bug Fixes

* fix [#192](https://github.com/broofa/node-mime/issues/192) ([5c35df6](https://github.com/broofa/node-mime/commit/5c35df6))


### Features

* add travis-ci testing ([d64160f](https://github.com/broofa/node-mime/commit/d64160f))



<a name="2.2.2"></a>
## [2.2.2](https://github.com/broofa/node-mime/compare/v2.2.1...v2.2.2) (2018-03-30)

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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"email": "robert@broofa.com"
},
"engines": {
"node": ">=6.0.0"
"node": ">=4.0.0"
},
"bin": {
"mime": "cli.js"
Expand Down Expand Up @@ -39,5 +39,5 @@
"url": "https://github.com/broofa/node-mime",
"type": "git"
},
"version": "2.2.2"
"version": "2.3.0"
}

0 comments on commit 06e0a67

Please sign in to comment.