Skip to content

Commit

Permalink
Merge branch 'release/4.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
yentsun committed Apr 15, 2018
2 parents bae948c + d577854 commit 8046653
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
[4.1.1] - 2018-04-15
--------------------
- [x] Update `trid` version


[4.1.0] - 2018-04-05
--------------------
- [x] Throw errors instead of emitting
Expand Down
8 changes: 4 additions & 4 deletions 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
@@ -1,6 +1,6 @@
{
"name": "tasu",
"version": "4.1.0",
"version": "4.1.1",
"description": "A NATS-based message transport for Node.js services",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"lodash": "^4.17.5",
"nats": "^0.7.29",
"trid": "^0.1.0",
"trid": "^0.1.1",
"winston": "^2.4.1"
},
"devDependencies": {
Expand Down

0 comments on commit 8046653

Please sign in to comment.