From 87ea414e50404ff77dbd8d3efdc1dcd2b5c821c8 Mon Sep 17 00:00:00 2001 From: Lucas Wojciechowski Date: Fri, 30 Sep 2016 15:45:22 -0700 Subject: [PATCH] v0.25.1 --- CHANGELOG.md | 9 ++++++++- README.md | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cc930a6415..b289bb9114f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.25.1 (September 29 2016) + +#### Bugfixes + + * Fix bug causing attribution to not be shown #3278 + * Fix bug causing exceptions when symbol text has a trailing newline #3281 + ## 0.25.0 (September 29 2016) #### New Features & Improvements @@ -47,7 +54,7 @@ * Fix bug causing garbled text rendering when multiple maps are rendered on the page #3086 * Fix rendering defects caused by `Map#setFilter` and map rotation on iOS 10 #3207 * Fix bug causing image and video sources to disappear when zooming in #3010 - + ## 0.23.0 (August 25 2016) diff --git a/README.md b/README.md index c28bf63631d..5126fbba7b1 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ To use the [vector tiles](https://www.mapbox.com/maps/) and styles hosted on htt - - + + diff --git a/package.json b/package.json index 03909e5a8ab..33d82d8ce38 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mapbox-gl", "description": "A WebGL interactive maps library", - "version": "0.25.0", + "version": "0.25.1", "main": "js/mapbox-gl.js", "license": "BSD-3-Clause", "repository": {