diff --git a/CHANGELOG.md b/CHANGELOG.md index 839952aa..c6ba2914 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +### [1.0.13](https://www.github.com/donkeyclip/motorcortex-code-typing/compare/v1.0.12...v1.0.13) (2022-01-30) + + +### Bug Fixes + +* drop code from demo config ([c22a099](https://www.github.com/donkeyclip/motorcortex-code-typing/commit/c22a09917dfc0a8eea6931054b73d166b4fc7f1a)) +* fix broken rollup config ([64cfd40](https://www.github.com/donkeyclip/motorcortex-code-typing/commit/64cfd40780dc59b50716db4b851b917c92e3afb0)) +* fix broken webpack config ([549839f](https://www.github.com/donkeyclip/motorcortex-code-typing/commit/549839f319e69e8feb5aa5b147ef2871b3604b22)) +* update build and demo files drop old babel config ([5c4a552](https://www.github.com/donkeyclip/motorcortex-code-typing/commit/5c4a552fe1ae6ed1e25a61a2f901540efbb2f219)) +* update build and demo files drop old babel config ([63efb30](https://www.github.com/donkeyclip/motorcortex-code-typing/commit/63efb303e902b517b08b326f6035c491896f5cb7)) +* update build and demo files drop old babel config ([4b119e0](https://www.github.com/donkeyclip/motorcortex-code-typing/commit/4b119e065cd547f6359d2df303aa6292d8f81a83)) +* update build and demo files drop old babel config ([0f07a3b](https://www.github.com/donkeyclip/motorcortex-code-typing/commit/0f07a3bda5066d0dac5002df9f764251ad9ab546)) +* update build and demo files drop old babel config ([4f21801](https://www.github.com/donkeyclip/motorcortex-code-typing/commit/4f21801019a25aaf8d067195f01de219eeb7c8b3)) +* update rollup deps to latest packages ([de3884b](https://www.github.com/donkeyclip/motorcortex-code-typing/commit/de3884b5c4263ea9e7a4dd27bdb151f47b543fc0)) +* update rollup deps to latest packages ([bd01654](https://www.github.com/donkeyclip/motorcortex-code-typing/commit/bd01654e6952242333c0c48fbc9af4f2bd9d4e93)) + ### [1.0.12](https://www.github.com/donkeyclip/motorcortex-code-typing/compare/v1.0.11...v1.0.12) (2021-09-30) diff --git a/package-lock.json b/package-lock.json index 82f58452..b24f695e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@donkeyclip/motorcortex-code-typing", - "version": "1.0.12", + "version": "1.0.13", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@donkeyclip/motorcortex-code-typing", - "version": "1.0.12", + "version": "1.0.13", "license": "MIT", "dependencies": { "codeflask": "1.4.1" diff --git a/package.json b/package.json index b46f166e..392f5452 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@donkeyclip/motorcortex-code-typing", - "version": "1.0.12", + "version": "1.0.13", "main": "dist/motorcortex-code-typing.cjs.js", "module": "dist/motorcortex-code-typing.esm.js", "browser": "dist/motorcortex-code-typing.umd.js", @@ -95,7 +95,7 @@ "eslint-plugin-prettier": "4.0.0", "eslint-plugin-promise": "5.2.0", "husky": "7.0.4", - "lint-staged": "12.3.2", + "lint-staged": "11.2.6", "prettier": "2.5.1", "rimraf": "3.0.2", "rollup": "2.66.1",