diff --git a/CHANGELOG.md b/CHANGELOG.md index f51d0871..3229239a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 1.0.0 (2023-04-11) + + +### Features + +* declare mc 8 as compatible ([b91be11](https://github.com/donkeyclip/motorcortex-leonsans/commit/b91be11e1a64a57f9439be75c4c30dcf8698f126)) +* drop explorer 11 support ([87f77b7](https://github.com/donkeyclip/motorcortex-leonsans/commit/87f77b7ffeb5245e4171578d1c5fd3ad0dbd340f)) +* update compatibility with motorcortex ([7aae496](https://github.com/donkeyclip/motorcortex-leonsans/commit/7aae4961588f2479af7d88eee8e38b9164aa36aa)) +* update mc version ([c07cb5c](https://github.com/donkeyclip/motorcortex-leonsans/commit/c07cb5cf58e3f23e7f85b106b35f913caf04775c)) + + +### Bug Fixes + +* delete commitlint.config.js ([cc11b62](https://github.com/donkeyclip/motorcortex-leonsans/commit/cc11b62648c4ee5aa58119c0d4ccbcbb29509618)) +* Fix leonincident ([3ca983e](https://github.com/donkeyclip/motorcortex-leonsans/commit/3ca983ebaa77d3517cb67c8ecab3e286eacaa707)) +* import only effect instead of full MC ([be79371](https://github.com/donkeyclip/motorcortex-leonsans/commit/be793714b44dcac978627feeec1c4630ae15cfcb)) +* minor bug fixes and cleanup ([6318611](https://github.com/donkeyclip/motorcortex-leonsans/commit/631861105bcfa47700da08eb582da11c56b56ff3)) + ## [1.3.2](https://github.com/donkeyclip/motorcortex-leonsans/compare/v1.3.1...v1.3.2) (2022-06-26) diff --git a/package-lock.json b/package-lock.json index 4be8d1ee..fac6f808 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@donkeyclip/motorcortex-leonsans", - "version": "1.3.2", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@donkeyclip/motorcortex-leonsans", - "version": "1.3.2", + "version": "1.0.0", "license": "MIT", "devDependencies": { "@babel/cli": "7.21.0", diff --git a/package.json b/package.json index 76c43303..fe33e630 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@donkeyclip/motorcortex-leonsans", - "version": "1.3.2", + "version": "1.0.0", "description": "LeonSans plugin for MotorCortex", "main": "dist/motorcortex-leonsans.cjs.js", "module": "dist/motorcortex-leonsans.esm.js",