Skip to content

Commit c0de965

Browse files
Release v5.6.0-pre.5 (#2114)
* Release v5.6.0-pre.5 * Refactor CHANGELOG to remove duplicates Remove duplicate entries for POST requests and Native Leaflet Retina support in the changelog. --------- Co-authored-by: acalcutt <3792408+acalcutt@users.noreply.github.com> Co-authored-by: Andrew Calcutt <acalcutt@techidiots.net>
1 parent e3bb7ff commit c0de965

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@
22

33
## master
44
### ✨ Features and improvements
5-
- Add POST requests for static maps (fixes [#408](https://github.com/maptiler/tileserver-gl/issues/408)) ([#2064](https://github.com/maptiler/tileserver-gl/pull/2064)) (by [zstadler](https://github.com/zstadler))
65
- _...Add new stuff here..._
76

87
### 🐞 Bug fixes
98
- _...Add new stuff here..._
109

11-
## 5.6.0-pre.4
10+
## 5.6.0-pre.5
1211
### ✨ Features and improvements
1312
- Update Maplibre-Native to v6.4.0
1413
- Remove Hillshade and Color relief workaround since it is now supported in maplibre-native ([#2044](https://github.com/maptiler/tileserver-gl/pull/2044)) (by [acalcutt](https://github.com/acalcutt))
1514
- feat: Add ignore-missing-files cli option to avoid crashing at startup ([#1896](https://github.com/maptiler/tileserver-gl/pull/1896)) (by [andrewlaguna824](https://github.com/andrewlaguna824))
15+
- Add POST requests for static maps (fixes [#408](https://github.com/maptiler/tileserver-gl/issues/408)) ([#2064](https://github.com/maptiler/tileserver-gl/pull/2064)) (by [zstadler](https://github.com/zstadler))
16+
- Add Native Leaflet Retina Support for Raster Tiles ([#2074](https://github.com/maptiler/tileserver-gl/pull/2074)) (by [acalcutt](https://github.com/acalcutt))
1617

1718
### 🐞 Bug fixes
1819
- fix: correctly handle public url in tileJSON response ([#1963](https://github.com/maptiler/tileserver-gl/pull/1963)) (by [andrewlaguna824](https://github.com/andrewlaguna824))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tileserver-gl",
3-
"version": "5.6.0-pre.4",
3+
"version": "5.6.0-pre.5",
44
"description": "Map tile server for JSON GL styles - vector and server side generated raster tiles",
55
"main": "src/main.js",
66
"bin": {

0 commit comments

Comments
 (0)