From ce89a82e6ae1dd64483434a452a9aebca2802487 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Thu, 21 Feb 2019 13:07:15 -0700 Subject: [PATCH] Updates for 5.3.1 --- changelog/v5.3.1.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 changelog/v5.3.1.md diff --git a/changelog/v5.3.1.md b/changelog/v5.3.1.md new file mode 100644 index 0000000000..ac7aebcf37 --- /dev/null +++ b/changelog/v5.3.1.md @@ -0,0 +1,6 @@ +# 5.3.1 + +The 5.3.1 release is a patch that addresses an issue when using `angular-cli` to build an OpenLayers-based application. + + * [#9253](https://github.com/openlayers/openlayers/pull/9253) - Add proj.js to the sideEffects list ([@romanzoller](https://github.com/romanzoller)) + diff --git a/package.json b/package.json index 0af8897237..f684b1c110 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ol", - "version": "5.3.0", + "version": "5.3.1", "description": "OpenLayers mapping library", "keywords": [ "map",