Skip to content

Commit

Permalink
Version 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Razvan Botea committed Sep 20, 2016
1 parent 5de5c28 commit 7413cb8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.4.3

* Fix user updates
* Implemented npm start/stop/restart commands

# 0.4.2

* Author validation checks in aggregation worker
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "telepat-worker",
"version": "0.4.2",
"version": "0.4.3",
"description": "Telepat Workers are responsible for processing requests coming from the API and sending notifications to clients",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"object-sizeof": "^1.0.6",
"redis": "^0.12.1",
"socket.io": "1.4.4",
"telepat-models": "0.4.1",
"telepat-models": "0.4.3",
"underscore": "1.8.3",
"uuid": "^2.0.1"
}
Expand Down

0 comments on commit 7413cb8

Please sign in to comment.