Skip to content

Commit

Permalink
chore(release): v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
JaimeBeneytez committed Dec 15, 2015
1 parent 7d1169b commit 4d31465
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="v0.0.8"></a>
### v0.0.8 (2015-12-15)


#### Features

* **ping:** removed timer ([a2179c70]([email protected]:ef-ctx/ngAutobahn/commit/a2179c70b5b874480e26d649d44f709800c96970))
* **session:**
* handling lost and close separately. ([bd45f029]([email protected]:ef-ctx/ngAutobahn/commit/bd45f0295ad7d69ad1fcd94f57aa2eee57e549c6))
* unsubscribe returns a promise ([c8e702b6]([email protected]:ef-ctx/ngAutobahn/commit/c8e702b6ba2cbf1acadbf1f2ad54bc6320f8e94e))

<a name="v0.0.7"></a>
### v0.0.7 (2015-12-08)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngAutobahn",
"version": "0.0.7",
"version": "0.0.8",
"description": "angular modules for autobahn real time services over WAMP web socket protocol ",
"authors": [
"EF CTX <[email protected]> (http://efclass.io)"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngAutobahn",
"version": "0.0.7",
"version": "0.0.8",
"description": "angular modules for autobahn real time services over WAMP web socket protocol ",
"author": {
"name": "EF CTX",
Expand Down

0 comments on commit 4d31465

Please sign in to comment.