Skip to content

Commit 439586e

Browse files
author
Amir Tocker
committed
Version 1.11.0
1 parent 934ae14 commit 439586e

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11

2+
1.11.0 / 2018-03-19
3+
===================
4+
5+
New functionality
6+
-----------------
7+
8+
* Add `access_control` parameter to `upload` and `update`
9+
10+
Other changes
11+
-------------
12+
13+
* Mock `delete_all_resources` test
14+
* Add `compileTests` script to `package.json`
15+
* Add http/https handling to spec helper
16+
* Mock moderation tests
17+
* Fix `categorization` test
18+
* Remove `similiarity_search` test
19+
* Add test helper functions
20+
* Add utility functions to `utils`
21+
* Replace lodash's `_` with explicitly requiring methods
22+
223
1.10.0 / 2018-02-13
324
===================
425

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Cloudinary <[email protected]>",
33
"name": "cloudinary",
44
"description": "Cloudinary NPM for node.js integration",
5-
"version": "1.10.0",
5+
"version": "1.11.0",
66
"homepage": "http://cloudinary.com",
77
"license": "MIT",
88
"repository": {
@@ -15,7 +15,7 @@
1515
"lodash": "^4.17.4"
1616
},
1717
"devDependencies": {
18-
"coffee-script": "^1.10.0",
18+
"coffee-script": "^1.11.0",
1919
"dotenv": "4.x",
2020
"expect.js": "0.3.x",
2121
"jsdom": "^9.12.0",

0 commit comments

Comments
 (0)