diff --git a/CHANGELOG.md b/CHANGELOG.md index 6905ace9469..0f220c953db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.13.2 + +### 🐞 Bug fixes + +* Fix an iOS 15 issue where the iOS Safari tab bar interrupts touch interactions. ([#11084](https://github.com/mapbox/mapbox-gl-js/pull/11084)) + ## 1.13.1 ### 🐞 Bug fixes diff --git a/package.json b/package.json index 1f3778c62a7..497be61e3da 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mapbox-gl", "description": "A WebGL interactive maps library", - "version": "1.13.1", + "version": "1.13.2", "main": "dist/mapbox-gl.js", "style": "dist/mapbox-gl.css", "license": "SEE LICENSE IN LICENSE.txt",