From 5db490a263f7d2404ae097cb7f0060578895286b Mon Sep 17 00:00:00 2001 From: Ansis Brammanis Date: Fri, 22 Apr 2022 17:12:04 -0400 Subject: [PATCH] v2.8.2 changelog and version bump (#11806) --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ddd36affbd..f9114eae57e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.8.2 + +### Bug fixes 🐞 +* Fix an issue where the special bundle for CSP-restricted environments was not compatible with further minification in some bundling setups. ([#11790](https://github.com/mapbox/mapbox-gl-js/pull/11790)) + ## 2.8.1 ### Bug fixes 🐞 diff --git a/package.json b/package.json index a9b9b241e2d..c3673247af5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mapbox-gl", "description": "A WebGL interactive maps library", - "version": "2.8.1", + "version": "2.8.2", "main": "dist/mapbox-gl.js", "style": "dist/mapbox-gl.css", "license": "SEE LICENSE IN LICENSE.txt",