diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a10ddb7..b2f50f7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## 3.0.0 (2023-01-29) + + +### ⚠ BREAKING CHANGES + +* update mc version + +### Features + +* drop explorer 11 support ([71cc889](https://github.com/donkeyclip/motorcortex-ol/commit/71cc889d2bcc0f457204cdc99b554a504e530d53)) +* update compatibility with motorcortex ([499e125](https://github.com/donkeyclip/motorcortex-ol/commit/499e125d67df309a789c2c1dadf63e440de13cab)) +* update mc version ([f70ac11](https://github.com/donkeyclip/motorcortex-ol/commit/f70ac1190b46baf94b6cd5efeba26721dda440d1)) +* update to ol 6.13.0 ([b0c0d62](https://github.com/donkeyclip/motorcortex-ol/commit/b0c0d6271b82b6234ade1f0458397d434d4b47aa)) + + +### Bug Fixes + +* add json plugin to rollup ([14fc29c](https://github.com/donkeyclip/motorcortex-ol/commit/14fc29c6dfca7c134e2c0ab35a217de4d4aff543)) +* add version and name at index.js ([ba8d241](https://github.com/donkeyclip/motorcortex-ol/commit/ba8d24155a3a138ca15fbd69a7c0e904d1802c27)) +* fix eslint parser ([7d5e2e7](https://github.com/donkeyclip/motorcortex-ol/commit/7d5e2e799d9d933edea9676952955fa8249c220b)) +* preload more tiles for a smoother experience ([4dd5ce0](https://github.com/donkeyclip/motorcortex-ol/commit/4dd5ce0bade20c8abd7be42837f2e90c273fd09c)) +* update mc and player ([c7878b3](https://github.com/donkeyclip/motorcortex-ol/commit/c7878b35c638a2e77f1e5b40c7afee2cc6343469)) +* upgrade mc to latest version ([e10d27c](https://github.com/donkeyclip/motorcortex-ol/commit/e10d27cc915438e1f06851507df52a0aaa236d73)) + + +### Miscellaneous Chores + +* release 2.0.7 ([d3ed8a3](https://github.com/donkeyclip/motorcortex-ol/commit/d3ed8a3153699d6d74a963dd750aa389e77c0a9b)) +* release 3.0.0 ([84b6bdf](https://github.com/donkeyclip/motorcortex-ol/commit/84b6bdfab44a14460a25c5a0129dfcaa03f3cc66)) + ## [3.1.0](https://github.com/donkeyclip/motorcortex-ol/compare/v3.0.1...v3.1.0) (2022-04-07) diff --git a/package-lock.json b/package-lock.json index 3fe3ab81..9270b6d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@donkeyclip/motorcortex-ol", - "version": "3.1.0", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@donkeyclip/motorcortex-ol", - "version": "3.1.0", + "version": "3.0.0", "license": "MIT", "dependencies": { "ol": "^6.13.0" diff --git a/package.json b/package.json index 6fc6af4a..26021291 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@donkeyclip/motorcortex-ol", - "version": "3.1.0", + "version": "3.0.0", "description": "Openlayers library for MotorCortex", "main": "dist/motorcortex-ol.cjs.js", "module": "dist/motorcortex-ol.esm.js",