diff --git a/CHANGELOG.md b/CHANGELOG.md index d74e1fa3..5357939c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 0.4.2 + +* MOD: Set default Radar zIndex to be above satellite +* FIX: Reset Leaflet map dimensions when element size is set + +See git history for a full list of changes. + # 0.4.1 * FIX: Fix aeris.config.setApiSecret diff --git a/bower.json b/bower.json index 896e4ea8..37d16fc2 100644 --- a/bower.json +++ b/bower.json @@ -7,7 +7,7 @@ "weathernation", "backbone" ], - "version": "0.4.1", + "version": "0.4.2", "homepage": "https://github.com/hamweather/aerisjs", "main": "src", "ignore": [ diff --git a/docs/yuidoc.json b/docs/yuidoc.json index f0ac71b4..f26a5ccf 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.4.1", + "version": "0.4.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.4.1", + "version": "0.4.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 b8cf8d1e..d7cea26d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Aeris.js", - "version": "0.4.1", + "version": "0.4.2", "description": "A javscript library for maps and weather.", "main": "", "directories": {