Skip to content

Commit

Permalink
Merge branch 'rel/5.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrodriguez committed Dec 24, 2019
2 parents 5c80649 + 50c9184 commit 03b401c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Version 5.1.0 - 2019-12-24
- Add workspace
- Fix workspace
- Improve linting
- Fix npm issues
- Implement merging of movie watched dates


Version 5.0.3 - 2019-02-21
- Fix cix hooks

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.3
5.1.0
2 changes: 1 addition & 1 deletion client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "5.0.3",
"version": "5.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
6 changes: 6 additions & 0 deletions metadata/changes/5.1.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
2019-12-24 - 5.1.0
- Add workspace
- Fix workspace
- Improve linting
- Fix npm issues
- Implement merging of movie watched dates

0 comments on commit 03b401c

Please sign in to comment.