Skip to content

Commit

Permalink
Update changelog and version number (#11299)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Hamley authored Nov 18, 2021
1 parent 6ceb1a6 commit 7afee47
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7afee47

Please sign in to comment.