Merge pull request #10887 from openlayers/release-v6.3.1
Release v6.3.1
This commit is contained in:
9
changelog/v6.3.1.md
Normal file
9
changelog/v6.3.1.md
Normal 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
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ol",
|
||||
"version": "6.3.1-dev",
|
||||
"version": "6.3.2-dev",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ol",
|
||||
"version": "6.3.1-dev",
|
||||
"version": "6.3.2-dev",
|
||||
"description": "OpenLayers mapping library",
|
||||
"keywords": [
|
||||
"map",
|
||||
|
||||
Reference in New Issue
Block a user