Skip to content

Commit 94aea88

Browse files
committed
Release 2.8.0
1 parent ba47ede commit 94aea88

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## [[2.8.0]](https://github.com/Clarifai/clarifai-javascript/releases/tag/2.8.0) - [npm](https://www.npmjs.com/package/clarifai) - 2018-06-25
4+
5+
### Added
6+
- Ability to list workflows using the new `Workflows` object
7+
8+
### Fixed
9+
- Moved `create` and `delete` to `Workflows`, made them deprecated in `Workflow`
10+
311
## [[2.7.1]](https://github.com/Clarifai/clarifai-javascript/releases/tag/2.7.1) - [npm](https://www.npmjs.com/package/clarifai) - 2018-04-23
412

513
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clarifai",
3-
"version": "2.7.1",
3+
"version": "2.8.0",
44
"description": "Official Clarifai Javascript SDK",
55
"main": "dist/index.js",
66
"repository": "https://github.com/Clarifai/clarifai-javascript",

0 commit comments

Comments
 (0)