Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/video update #14

Merged
merged 2 commits into from Feb 1, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
### 1.6.0
**2017-02-01**

* Add update method for video resource.

### 1.5.1
**2016-08-24**

Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -51,6 +51,7 @@ customers
videos
* [`create`](http://dev.vhx.tv/docs/api/?node#videos-create)
* [`retrieve`](http://dev.vhx.tv/docs/api?node#videos-get)
* [`update`](http://dev.vhx.tv/docs/api?node#videos-update)
* [`all`](http://dev.vhx.tv/docs/api?node#videos-list)
* [`files`](http://dev.vhx.tv/docs/api/?node#videos-list-files)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.5.1
1.6.0
1 change: 1 addition & 0 deletions lib/resources/videos.js
Expand Up @@ -7,6 +7,7 @@ module.exports = Resource.extend({
methods: [
'create',
'all', 'list',
'update',
'retrieve',
'files', 'listFiles'
]
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vhx",
"version": "1.5.1",
"version": "1.6.0",
"description": "VHX Node.js API Client",
"keywords": [
"vhx",
Expand Down