We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e0fa9 commit 5b501b5Copy full SHA for 5b501b5
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+## [[2.7.1]](https://github.com/Clarifai/clarifai-javascript/releases/tag/2.7.1) - [npm](https://www.npmjs.com/package/clarifai) - 2018-04-23
4
+
5
+### Fixed
6
+- Added missing input region serialization
7
8
## [[2.7.0]](https://github.com/Clarifai/clarifai-javascript/releases/tag/2.7.0) - [npm](https://www.npmjs.com/package/clarifai) - 2018-04-09
9
10
### Added
package.json
@@ -1,6 +1,6 @@
{
"name": "clarifai",
- "version": "2.7.0",
+ "version": "2.7.1",
"description": "Official Clarifai Javascript SDK",
"main": "dist/index.js",
"repository": "https://github.com/Clarifai/clarifai-javascript",
0 commit comments