Skip to content

Commit 04d7d20

Browse files
committed
Release 2.9.1
1 parent c4ffd74 commit 04d7d20

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

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+
314
## [[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
415

516
### Added

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.9.0",
3+
"version": "2.9.1",
44
"description": "Official Clarifai Javascript SDK",
55
"main": "dist/index.js",
66
"repository": "https://github.com/Clarifai/clarifai-javascript",

0 commit comments

Comments
 (0)