Merge pull request #10887 from openlayers/release-v6.3.1

Release v6.3.1
This commit is contained in:
Andreas Hocevar
2020-04-06 09:29:18 +02:00
committed by GitHub
3 changed files with 11 additions and 2 deletions

9
changelog/v6.3.1.md Normal file
View File

@@ -0,0 +1,9 @@
# 6.3.1
This is a bugfix release which removes the auto-generated `.d.ts` TypeScript type files from the published package.
## List of all changes
* [#10877](https://github.com/openlayers/openlayers/pull/10877) - Remove .d.ts files from the package ([@ahocevar](https://github.com/ahocevar))
* [#10872](https://github.com/openlayers/openlayers/pull/10872) - Use TypeScript 3.9 for type generation for better enums ([@ahocevar](https://github.com/ahocevar))

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "ol",
"version": "6.3.1-dev",
"version": "6.3.2-dev",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "ol",
"version": "6.3.1-dev",
"version": "6.3.2-dev",
"description": "OpenLayers mapping library",
"keywords": [
"map",