Skip to content

Commit 5a8da3d

Browse files
Version 1.20.0
1 parent 228cc1f commit 5a8da3d

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
1.20.0 / 2020-03-11
2+
==================
3+
4+
New functionality and features
5+
------------------------------
6+
* Add support for sources in video tag (#265)
7+
* Add support multiple resource_types in ZIP generation (#348)
8+
* Add API support for account/provisioning (#343)
9+
* Add filename options (#273)
10+
* Add use_filename option (#274)
11+
* Support quality_override param for update and explicit api (#242)
12+
13+
Other Changes
14+
-------------
15+
* Refactor out a duplicate test (#353)
16+
* Refactor the order of the assertions in account_spec (#352)
17+
* Fix type defs for stream upload methods (#336)
18+
* Remove typings spec and config from npm package
19+
* Add automation to delete the es5-lib dir when npm run compile is run
20+
* Move typescript to devDependencies and update version
21+
* Refactor out utils functions
22+
123
1.19.0 / 2020-01-20
224
==================
325

package.json

Lines changed: 1 addition & 1 deletion
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.19.0",
5+
"version": "1.20.0",
66
"homepage": "http://cloudinary.com",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)