Skip to content

Commit 0ceb1f1

Browse files
chore(master): release 3.0.0
1 parent eec37c4 commit 0ceb1f1

3 files changed

Lines changed: 33 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
## 3.0.0 (2023-02-14)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* update mc version
9+
10+
### Features
11+
12+
* drop explorer 11 support ([71cc889](https://github.com/donkeyclip/motorcortex-ol/commit/71cc889d2bcc0f457204cdc99b554a504e530d53))
13+
* update compatibility with motorcortex ([499e125](https://github.com/donkeyclip/motorcortex-ol/commit/499e125d67df309a789c2c1dadf63e440de13cab))
14+
* update mc version ([f70ac11](https://github.com/donkeyclip/motorcortex-ol/commit/f70ac1190b46baf94b6cd5efeba26721dda440d1))
15+
* update to ol 6.13.0 ([b0c0d62](https://github.com/donkeyclip/motorcortex-ol/commit/b0c0d6271b82b6234ade1f0458397d434d4b47aa))
16+
17+
18+
### Bug Fixes
19+
20+
* add json plugin to rollup ([14fc29c](https://github.com/donkeyclip/motorcortex-ol/commit/14fc29c6dfca7c134e2c0ab35a217de4d4aff543))
21+
* add version and name at index.js ([ba8d241](https://github.com/donkeyclip/motorcortex-ol/commit/ba8d24155a3a138ca15fbd69a7c0e904d1802c27))
22+
* fix eslint parser ([7d5e2e7](https://github.com/donkeyclip/motorcortex-ol/commit/7d5e2e799d9d933edea9676952955fa8249c220b))
23+
* preload more tiles for a smoother experience ([4dd5ce0](https://github.com/donkeyclip/motorcortex-ol/commit/4dd5ce0bade20c8abd7be42837f2e90c273fd09c))
24+
* update mc and player ([c7878b3](https://github.com/donkeyclip/motorcortex-ol/commit/c7878b35c638a2e77f1e5b40c7afee2cc6343469))
25+
* upgrade mc to latest version ([e10d27c](https://github.com/donkeyclip/motorcortex-ol/commit/e10d27cc915438e1f06851507df52a0aaa236d73))
26+
27+
28+
### Miscellaneous Chores
29+
30+
* release 2.0.7 ([d3ed8a3](https://github.com/donkeyclip/motorcortex-ol/commit/d3ed8a3153699d6d74a963dd750aa389e77c0a9b))
31+
* release 3.0.0 ([84b6bdf](https://github.com/donkeyclip/motorcortex-ol/commit/84b6bdfab44a14460a25c5a0129dfcaa03f3cc66))
32+
333
## [3.1.0](https://github.com/donkeyclip/motorcortex-ol/compare/v3.0.1...v3.1.0) (2022-04-07)
434

535

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@donkeyclip/motorcortex-ol",
3-
"version": "3.1.0",
3+
"version": "3.0.0",
44
"description": "Openlayers library for MotorCortex",
55
"main": "dist/motorcortex-ol.cjs.js",
66
"module": "dist/motorcortex-ol.esm.js",

0 commit comments

Comments
 (0)