diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e7c4fc25..551c8e1c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 1.0.0 (2023-03-29) + + +### ⚠ BREAKING CHANGES + +* update mc version + +### Features + +* drop explorer 11 support ([2b94486](https://github.com/donkeyclip/motorcortex-code-typing/commit/2b944869c469aab58d76f1583bd6a601837e3f4e)) +* update compatibility with motorcortex ([7d220ac](https://github.com/donkeyclip/motorcortex-code-typing/commit/7d220ace910f7d998a9f045d83b78a4085e58da9)) + + +### Bug Fixes + +* delete commitlint.config.js ([388a87e](https://github.com/donkeyclip/motorcortex-code-typing/commit/388a87e6421b52c52d6b0e793a744c359835ce19)) +* update mc version ([ae03f12](https://github.com/donkeyclip/motorcortex-code-typing/commit/ae03f122a0c67da8459544420f8d50ae03cbc9c4)) + ## [2.1.0](https://github.com/donkeyclip/motorcortex-code-typing/compare/v2.0.0...v2.1.0) (2022-04-07) diff --git a/package-lock.json b/package-lock.json index a9e8676fc..e741a45c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@donkeyclip/motorcortex-code-typing", - "version": "2.1.0", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@donkeyclip/motorcortex-code-typing", - "version": "2.1.0", + "version": "1.0.0", "license": "MIT", "dependencies": { "codeflask": "1.4.1" diff --git a/package.json b/package.json index 1688f55fc..fd7fe49f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@donkeyclip/motorcortex-code-typing", - "version": "2.1.0", + "version": "1.0.0", "main": "dist/motorcortex-code-typing.cjs.js", "module": "dist/motorcortex-code-typing.esm.js", "browser": "dist/motorcortex-code-typing.umd.js",