diff --git a/CHANGELOG.md b/CHANGELOG.md index 232f9047..87b7710e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 0.7.2 + +* MOD: Remove Handlebars and hbars! dependencies +* MOD: Clean up unused dependencies from bower.json and amd config +* MOD: Update AMD example to use Leaflet +* MOD: Minor changes and clarifications to documentation + + # 0.7.1 * FIX: AerisBatchModel handles errors in indiviudal endpoint responses diff --git a/bower.json b/bower.json index 10687841..1c6daf7b 100644 --- a/bower.json +++ b/bower.json @@ -7,7 +7,7 @@ "weathernation", "backbone" ], - "version": "0.7.1", + "version": "0.7.2", "homepage": "https://github.com/hamweather/aerisjs", "main": "src", "ignore": [ diff --git a/docs/yuidoc.json b/docs/yuidoc.json index 2952cf01..bcbeada4 100644 --- a/docs/yuidoc.json +++ b/docs/yuidoc.json @@ -1,7 +1,7 @@ { "name": "Aeris.js", "description": "A javscript library for maps and weather.", - "version": "0.7.1", + "version": "0.7.2", "url": "http://aerisjs.com", "logo": "themes/public/images/aeris_logo.png", "helpers": [ @@ -11,7 +11,7 @@ "themes/api/helpers/helpers.js" ], "config": { - "version": "0.7.1", + "version": "0.7.2", "cdnPath": "//cdn.aerisjs.com/{PACKAGE}.min.js", "githubUrl": "https://github.com/hamweather/aerisjs", "aerisApiUrl": "http://www.hamweather.com/support/documentation/aeris", diff --git a/package.json b/package.json index cf1d2f8f..20ff3634 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Aeris.js", - "version": "0.7.1", + "version": "0.7.2", "description": "A javscript library for maps and weather.", "main": "", "directories": {