Skip to content

Commit

Permalink
Release v2.13.0 (#12582)
Browse files Browse the repository at this point in the history
  • Loading branch information
stepankuzmin committed Feb 21, 2023
1 parent 03257b5 commit 198bb84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## 2.13.0-beta.1
## 2.13.0

### Features ✨ and improvements 🏁

* Support draping over terrain and globe in CustomLayer API ([#12182](https://github.com/mapbox/mapbox-gl-js/pull/12182))
* Improve rendering performance of terrain slightly by reducing its GPU memory footprint. ([#12472](https://github.com/mapbox/mapbox-gl-js/pull/12472))
* Add methods for changing a raster tile source dynamically (e.g. `setTiles`, `setUrl`). ([#12352](https://github.com/mapbox/mapbox-gl-js/pull/12352))

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.14.0-dev",
"version": "2.13.0",
"main": "dist/mapbox-gl.js",
"style": "dist/mapbox-gl.css",
"license": "SEE LICENSE IN LICENSE.txt",
Expand Down

0 comments on commit 198bb84

Please sign in to comment.