diff --git a/CHANGES b/CHANGES index 94b473f..5967050 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,10 @@ +Version 3.7.2 - 2017-09-15 +- Update vue template +- Switch from yarn to npm5 +- Update scripts +- Update server packages + + Version 3.7.1 - 2017-07-07 - Remove comment - Sort by Score diff --git a/VERSION b/VERSION index a76ccff..0b2eb36 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.7.1 +3.7.2 diff --git a/client/package-lock.json b/client/package-lock.json index 6dbd064..6963126 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,6 +1,6 @@ { "name": "client", - "version": "3.7.1", + "version": "3.7.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/client/package.json b/client/package.json index f67dcb5..76711c4 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "client", - "version": "3.7.1", + "version": "3.7.2", "description": "mediaGUI", "author": "Juan B. Rodriguez ", "private": true, diff --git a/metadata/changes/3.7.2.txt b/metadata/changes/3.7.2.txt new file mode 100644 index 0000000..0c55b2c --- /dev/null +++ b/metadata/changes/3.7.2.txt @@ -0,0 +1,6 @@ +2017-09-15 - 3.7.2 + +- Update vue template +- Switch from yarn to npm5 +- Update scripts +- Update server packages