Skip to content

Commit e8eb2e8

Browse files
authored
Merge pull request #1387 from openlayers/release-v13.2.0
Changes for v13.2.0
2 parents 6dac029 + 2329fac commit e8eb2e8

File tree

3 files changed

+35
-37
lines changed

3 files changed

+35
-37
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 13.2.0
4+
5+
* Add support for raster-hue-rotate, raster-saturation, raster-opacity
6+
* Fix hillshade colors
7+
38
## 13.1.1
49

510
* Add support for running ol-mapbox-style in web workers

package-lock.json

Lines changed: 29 additions & 36 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": "ol-mapbox-style",
3-
"version": "13.1.1",
3+
"version": "13.2.0",
44
"description": "Create OpenLayers maps from Mapbox Style objects",
55
"type": "module",
66
"browser": "src/index.js",

0 commit comments

Comments
 (0)