diff --git a/CHANGELOG.md b/CHANGELOG.md index c70d4ed..787b5de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.0](https://github.com/donkeyclip/motorcortex-sounddrag/compare/v1.0.0...v1.1.0) (2022-04-09) + + +### Features + +* drop explorer 11 support ([3b64eca](https://github.com/donkeyclip/motorcortex-sounddrag/commit/3b64eca489cd9e09ede4a62fdcd5362a931625cb)) +* update compatibility with motorcortex ([9a70580](https://github.com/donkeyclip/motorcortex-sounddrag/commit/9a7058029a2c809e4eda94dd5b69601e29ea882d)) + ## 1.0.0 (2022-02-06) diff --git a/package-lock.json b/package-lock.json index b40118e..e033639 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@donkeyclip/motorcortex-sounddrag", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@donkeyclip/motorcortex-sounddrag", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "devDependencies": { "@babel/cli": "7.17.6", diff --git a/package.json b/package.json index 1ef4851..a24facd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@donkeyclip/motorcortex-sounddrag", - "version": "1.0.0", + "version": "1.1.0", "description": "The motorcortex-sounddrag is a plugin that allows the user to easily add music or sound-effects to your clips", "main": "dist/motorcortex-sounddrag.cjs.js", "module": "dist/motorcortex-sounddrag.esm.js",