File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## [[ 2.9.1]] ( https://github.com/Clarifai/clarifai-javascript/releases/tag/2.9.1 ) - [ npm] ( https://www.npmjs.com/package/clarifai/v/2.9.1 ) - 2019-08-14
4
+
5
+ ### Added
6
+ - Added the hard-coded CELEBRITY model ID
7
+ - Added the config parameter to workflow predict
8
+
9
+ ### Changed
10
+ - Made model version ID be applied in getOutputInfo
11
+ - Relaxed the required axios dependency version range
12
+ - Deprecated client ID/secret
13
+
3
14
## [[ 2.9.0]] ( https://github.com/Clarifai/clarifai-javascript/releases/tag/2.9.0 ) - [ npm] ( https://www.npmjs.com/package/clarifai/v/2.9.0 ) - 2018-10-18
4
15
5
16
### Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " clarifai" ,
3
- "version" : " 2.9.0 " ,
3
+ "version" : " 2.9.1 " ,
4
4
"description" : " Official Clarifai Javascript SDK" ,
5
5
"main" : " dist/index.js" ,
6
6
"repository" : " https://github.com/Clarifai/clarifai-javascript" ,
You can’t perform that action at this time.
0 commit comments