diff --git a/CHANGES b/CHANGES index 6d67eb6..658d58a 100644 --- a/CHANGES +++ b/CHANGES @@ -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 diff --git a/VERSION b/VERSION index 944880f..15a2799 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.2.0 +3.3.0 diff --git a/client/package.json b/client/package.json index 81615c6..83f6508 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "client", - "version": "3.2.0", + "version": "3.3.0", "description": "mediaGUI", "author": "Juan B. Rodriguez ", "private": true, diff --git a/metadata/changes/3.3.0.txt b/metadata/changes/3.3.0.txt new file mode 100644 index 0000000..87d7a66 --- /dev/null +++ b/metadata/changes/3.3.0.txt @@ -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