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 b28a2da commit 87b6667Copy full SHA for 87b6667
CHANGELOG.md
@@ -1,4 +1,10 @@
1
2
+1.0.1 / 2016-11-16
3
+==================
4
+
5
+ * Add jsdom to development requirements
6
+ * Update name and location of repository in package.json and bower.json
7
8
1.0.0 / 2016-10-06
9
==================
10
@@ -7,4 +13,4 @@
13
* Image element
14
* Video element
15
* CloudinaryContext element
-* Transformation element
16
+* Transformation element
package.json
@@ -1,6 +1,6 @@
{
"name": "cloudinary-react",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "Present Cloudinary images and videos using React components",
"main": "lib/index.js",
"scripts": {
0 commit comments