Skip to content

Commit 547a0e9

Browse files
committed
Version 1.23.0
1 parent b532041 commit 547a0e9

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
2+
1.23.0 / 2020-08-26
3+
===================
4+
New functionality and features
5+
------------------------------
6+
* Add support for pending, prefix, and sub_account_id to users method (#417)
7+
* Add support for metadata array value (#433)
8+
* Detect data URLs with suffix in mime type (#418)
9+
* Add support for download backedup asset function (#415)
10+
* Add support `max_results` and `next_cursor` in `root_folders` and `sub_folders` (#411)
11+
* Add download_folder method (#404)
12+
13+
Other Changes
14+
-------------
15+
* Added linter rules (#423)
16+
* Fix docstring for pending parameter of the users method (#436)
17+
* Fix invalid detection failing test (#439)
18+
* Test: Ignore URL in AuthToken generation if ACL is provided (#431)
19+
* Add pull_request_template.md (#435)
20+
* Fix and improve docstring for download_folder() (#434)
21+
* Refactor `pickOnlyExistingValues()` function (#432)
22+
* Add tests for new OCR features (#385)
23+
24+
125
1.22.0 / 2020-06-08
226
==================
327

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Cloudinary <info@cloudinary.com>",
33
"name": "cloudinary",
44
"description": "Cloudinary NPM for node.js integration",
5-
"version": "1.22.0",
5+
"version": "1.23.0",
66
"homepage": "http://cloudinary.com",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)