Skip to content

Commit 6f64d22

Browse files
author
Amir Tocker
committed
Version 1.1.0
1 parent 3e7a15e commit 6f64d22

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

2+
1.1.0 / 2018-12-20
3+
==================
4+
5+
* Add the `tools` folder and the `update_version` script
6+
* Update package configuration
7+
* Update tests configuration
8+
* Upgrade webpack and babel
9+
* Add "Join the Community"
10+
* Use nextProps for updating calculated URL correctly (#73)
11+
* Add test for user variables
12+
* Merge pull request #59 from lisamartin00/bug/src-empty-string
13+
* Default src to undefined instead of empty string
14+
* Merge pull request #42 from cloudinary/react-sample
15+
* create react sample application
16+
* use new react-sdk and fix imports
17+
* Merge pull request #46 from IndependentContractor/master
18+
* Link to react documentation for configuration
19+
* Undo `cp` rename
20+
221
1.0.6 / 2018-01-18
322
==================
423

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudinary-react",
3-
"version": "1.0.6",
3+
"version": "1.1.0",
44
"description": "Present Cloudinary images and videos using React components",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)