Permalink
Browse files

Version 1.0.0

  • Loading branch information...
1 parent a09daa1 commit dd16b32dac3301aabe04cefeb5ccefec0c3c1dd4 @tocker tocker committed Mar 15, 2016
Showing with 20 additions and 4 deletions.
  1. +16 −0 CHANGELOG.md
  2. +1 −1 bower.json
  3. +1 −1 package.json
  4. +1 −1 samples/photo_album/bower.json
  5. +1 −1 samples/photo_album_with_jquery/bower.json
View
@@ -1,4 +1,20 @@
+1.0.0 / 2016-03-15
+==================
+
+New Features
+------------
+
+ * Support Responsive behaviour
+
+Other Changes
+-------------
+
+ * Add tests for responsive behaviour
+ * Add spec and karma to bower ignore list
+ * Merge pull request #42 from gilhanan/gilhanan-readme-patch-1
+ * Add bower install instructions
+
0.2.0 / 2016-01-14
==================
View
@@ -1,7 +1,7 @@
{
"name": "cloudinary_ng",
"description": "A set of AngularJS directives/helpers for using Cloudinary with AngularJS",
- "version": "0.2.0",
+ "version": "1.0.0",
"homepage": "https://github.com/cloudinary/cloudinary_angular",
"license": "MIT",
"private": false,
View
@@ -1,6 +1,6 @@
{
"name": "cloudinary_ng",
- "version": "0.2.0",
+ "version": "1.0.0",
"description": "A set of AngularJS directives/helpers for using Cloudinary with AngularJS",
"main": "js/angular.cloudinary.js",
"directories": {
@@ -11,7 +11,7 @@
"angular-route": "1.4.x",
"angular-resource": "1.4.x",
"angular-animate": "1.4.x",
- "cloudinary_ng": "~0.2.0"
+ "cloudinary_ng": "~1.0.0"
},
"ignore": {}
}
@@ -13,7 +13,7 @@
"angular-route": "1.4.x",
"angular-resource": "1.4.x",
"angular-animate": "1.4.x",
- "cloudinary_ng": "~0.2.0",
+ "cloudinary_ng": "~1.0.0",
"cloudinary-jquery-file-upload": "^2.0"
},
"ignore": {}

0 comments on commit dd16b32

Please sign in to comment.