diff --git a/CHANGES b/CHANGES index e766d2c..6d67eb6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +Version 3.2.0 - 2017-03-22 +- Add install script +- Replace airbnb's with standard lint +- Switch to upstream vuejs-paginate + + Version 3.1.0 - 2017-03-16 - Fix build script - Display agent version on startup diff --git a/VERSION b/VERSION index fd2a018..944880f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.1.0 +3.2.0 diff --git a/client/package.json b/client/package.json index 58f2753..81615c6 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "client", - "version": "3.1.0", + "version": "3.2.0", "description": "mediaGUI", "author": "Juan B. Rodriguez ", "private": true, diff --git a/metadata/changes/3.2.0.txt b/metadata/changes/3.2.0.txt new file mode 100644 index 0000000..2138c8a --- /dev/null +++ b/metadata/changes/3.2.0.txt @@ -0,0 +1,7 @@ +2017-03-22 - 3.2.0 + +Switch to stock vuejs-paginate, since it now supports forcePage prop. + +Also in this release +- Add install script +- Replace airbnb's with standard lint