diff --git a/CHANGELOG.md b/CHANGELOG.md index 687cfdc..d5052f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + +## 0.13.0 (2014-09-10) + + +#### Features + +* **sofa-couch-service:** products can be fetched with query meta data ([98b77fc8](https://github.com/sofa/sofa-couch-service/commit/98b77fc866c56f585ef1e03c8ec97ac37973fe53)) + + ## 0.12.0 (2014-08-05) diff --git a/bower.json b/bower.json index 0fd663a..a5d4537 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "sofa-couch-service", - "version": "0.12.0", + "version": "0.13.0", "homepage": "http://www.sofa.io", "authors": [ "Pascal Precht " diff --git a/dist/sofa.couchService.js b/dist/sofa.couchService.js index ec0870d..252987a 100644 --- a/dist/sofa.couchService.js +++ b/dist/sofa.couchService.js @@ -1,5 +1,5 @@ /** - * sofa-couch-service - v0.12.0 - 2014-09-09 + * sofa-couch-service - v0.13.0 - 2014-09-10 * * * Copyright (c) 2014 CouchCommerce GmbH (http://www.couchcommerce.com / http://www.sofa.io) and other contributors diff --git a/dist/sofa.couchService.min.js b/dist/sofa.couchService.min.js index c7d7287..ba53272 100644 --- a/dist/sofa.couchService.min.js +++ b/dist/sofa.couchService.min.js @@ -1,5 +1,5 @@ /** - * sofa-couch-service - v0.12.0 - 2014-09-09 + * sofa-couch-service - v0.13.0 - 2014-09-10 * * * Copyright (c) 2014 CouchCommerce GmbH (http://www.couchcommerce.com / http://www.sofa.io) and other contributors diff --git a/package.json b/package.json index 75e4a51..184ae86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sofa-couch-service", - "version": "0.12.0", + "version": "0.13.0", "description": "Sofa Web SDK couch service component.", "main": "dist/sofa.couchService.js", "scripts": {