Skip to content

Commit

Permalink
Release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrodriguez committed Apr 12, 2017
1 parent 7c46b7f commit 51e88e8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 3.3.0 - 2017-04-12
- Refactor Actor api
- Add install script to release


Version 3.2.0 - 2017-03-22
- Add install script
- Replace airbnb's with standard lint
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.0
3.3.0
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "client",
"version": "3.2.0",
"version": "3.3.0",
"description": "mediaGUI",
"author": "Juan B. Rodriguez <[email protected]>",
"private": true,
Expand Down
7 changes: 7 additions & 0 deletions metadata/changes/3.3.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
2017-04-12 - 3.3.0

Implement new Actor api, based on
- https://github.com/jbrodriguez/actor
- https://github.com/jbrodriguez/pubsub

Also add install script to release

0 comments on commit 51e88e8

Please sign in to comment.