From 7afee477ba26ccf539a1d35e3ca781691c548536 Mon Sep 17 00:00:00 2001 From: Ryan Hamley Date: Thu, 18 Nov 2021 15:42:26 -0800 Subject: [PATCH] Update changelog and version number (#11299) --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6348c0b6112..fb40357031c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.6.1 + +### 🐞 Bug fixes +* Remove Object spread syntax to ensure older build systems continue to work as expected. ([#11295](https://github.com/mapbox/mapbox-gl-js/pull/11295)) + ## 2.6.0 ### ✨ Features and improvements diff --git a/package.json b/package.json index d41068cd9e0..c95a6197fa3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mapbox-gl", "description": "A WebGL interactive maps library", - "version": "2.6.0", + "version": "2.6.1", "main": "dist/mapbox-gl.js", "style": "dist/mapbox-gl.css", "license": "SEE LICENSE IN LICENSE.txt",