Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrodriguez committed Mar 22, 2017
1 parent a544709 commit dfa52ea
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.0
3.2.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.1.0",
"version": "3.2.0",
"description": "mediaGUI",
"author": "Juan B. Rodriguez <[email protected]>",
"private": true,
Expand Down
7 changes: 7 additions & 0 deletions metadata/changes/3.2.0.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit dfa52ea

Please sign in to comment.