Skip to content

Commit

Permalink
v3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrodger committed Jul 18, 2018
1 parent a594f24 commit 7609cb0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 3.7.0 2018-07-18

* `role:seneca,cmd:ping` responds with instance and process metrics.
* Fixed memory leak in history: https://github.com/senecajs/seneca/issues/680
* Utility modules available via Seneca.util: Eraro, Jsonic, Nid, Patrun
* `meta.custom` is now preserved properly over entire action pathway including transports


## 3.6.0 2018-05-28

* `translate` method simplifies translating message patterns
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "seneca",
"description": "A Microservices Framework for Node.js",
"version": "3.6.0",
"version": "3.7.0",
"license": "MIT",
"homepage": "http://senecajs.org",
"keywords": [
Expand Down

0 comments on commit 7609cb0

Please sign in to comment.