Skip to content

Commit

Permalink
Updates for the 9.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaub committed May 16, 2024
1 parent 48e9c58 commit f733838
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions changelog/v9.2.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 9.2.1

The 9.2.1 release patches the 9.2.0 release with a fix for a TypeScript issue using vector layers.

#### List of all changes

See below for a complete list of features and fixes.

* Add test cases for typescript use (by @tschaub in https://github.com/openlayers/openlayers/pull/15834)
* Do not make the source type of a vector layer generic (by @ahocevar in https://github.com/openlayers/openlayers/pull/15831)

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,6 +1,6 @@
{
"name": "ol",
"version": "9.2.1-dev",
"version": "9.2.1",
"description": "OpenLayers mapping library",
"keywords": [
"map",
Expand Down

0 comments on commit f733838

Please sign in to comment.