Skip to content

Commit

Permalink
Auto-merge for PR #20 via VersionBot
Browse files Browse the repository at this point in the history
upgrade(package): Bump dependencies
  • Loading branch information
resin-io-modules-versionbot[bot] authored Oct 20, 2017
2 parents 9486680 + ffd5c25 commit 0090069
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

## v1.0.2 - 2017-10-20

* Upgrade(package): Bump dependencies #20 [Jonas Hermsmeier]
* Doc: Add CHANGELOG.md #20 [Jonas Hermsmeier]

## v1.0.1 - 2017-05-15

- **fix(pipeline):** Fix readable state
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pipage",
"version": "1.0.1",
"version": "1.0.2",
"description": "Splice-able stream pipeline between source & destination",
"license": "MIT",
"author": "Jonas Hermsmeier <jhermsmeier@gmail.com> (https://jhermsmeier.de)",
Expand All @@ -12,11 +12,11 @@
],
"main": "lib/pipeline.js",
"dependencies": {
"debug": "~2.6.1"
"debug": "^3.1.0"
},
"devDependencies": {
"jsdoc-to-markdown": "^2.0.1",
"mocha": "^3.2.0"
"jsdoc-to-markdown": "^3.0.0",
"mocha": "^4.0.1"
},
"peerDependencies": {},
"optionalDependencies": {},
Expand All @@ -32,4 +32,4 @@
"test": "mocha",
"doc": "jsdoc2md lib/**/*.js --separators --param-list-format list > doc/README.md"
}
}
}

0 comments on commit 0090069

Please sign in to comment.