Skip to content

Commit

Permalink
Bump version to 3.6.1 (maplibre#3366)
Browse files Browse the repository at this point in the history
* Bump version to 3.6.1

* Update CHANGELOG.md

* Update CHANGELOG.md

---------

Co-authored-by: HarelM <HarelM@users.noreply.github.com>
Co-authored-by: Harel M <harel.mazor@gmail.com>
  • Loading branch information
3 people authored Nov 14, 2023
1 parent 2340d5a commit 2c85338
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@
- _...Add new stuff here..._

### 🐞 Bug fixes
- Fix `undefined` `_onEaseFrame` call in `Camera._renderFrameCallback()` while doing `Camera.jumpTo` during a `Camera.easeTo` ([#3332](https://github.com/maplibre/maplibre-gl-js/pull/3332))
- _...Add new stuff here..._

## 3.6.1

### 🐞 Bug fixes
- Fix `undefined` `_onEaseFrame` call in `Camera._renderFrameCallback()` while doing `Camera.jumpTo` during a `Camera.easeTo` ([#3332](https://github.com/maplibre/maplibre-gl-js/pull/3332))

## 3.6.0

### ✨ Features and improvements
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "maplibre-gl",
"description": "BSD licensed community fork of mapbox-gl, a WebGL interactive maps library",
"version": "3.6.0",
"version": "3.6.1",
"main": "dist/maplibre-gl.js",
"style": "dist/maplibre-gl.css",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit 2c85338

Please sign in to comment.