Skip to content

Commit

Permalink
Version bump 19.3.1 (#335)
Browse files Browse the repository at this point in the history
* add CHANGELOG entry

* add isZoomExpression to export

* bump version to 19.3.1, close CHANGELOG for 19.3.1

* npm install to update package-lock.json
  • Loading branch information
tangerine-orange authored Sep 13, 2023
1 parent 594e98d commit ab0553c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## main

## 19.3.1

* Document `raster-fade-duration` property's effect on rendering a video. [#297](https://github.com/maplibre/maplibre-style-spec/pull/297)
* Add and expose `isZoomExpression`. [#267](https://github.com/maplibre/maplibre-style-spec/issues/267)

## 19.3.0

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/maplibre-gl-style-spec",
"description": "a specification for maplibre styles",
"version": "19.3.0",
"version": "19.3.1",
"author": "MapLibre",
"keywords": [
"mapbox",
Expand Down
1 change: 1 addition & 0 deletions src/style-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ export {
derefLayers,
normalizePropertyExpression,
isExpression,
isZoomExpression,
diff,
supportsPropertyExpression,
convertFunction,
Expand Down

0 comments on commit ab0553c

Please sign in to comment.