Skip to content

Commit 90e9f3f

Browse files
github-actions[bot]alexdor
authored andcommitted
chore: release 1.0.13
1 parent 7cb7eb9 commit 90e9f3f

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

CHANGELOG.md

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

3+
### [1.0.13](https://www.github.com/donkeyclip/motorcortex-code-typing/compare/v1.0.12...v1.0.13) (2022-01-30)
4+
5+
6+
### Bug Fixes
7+
8+
* drop code from demo config ([c22a099](https://www.github.com/donkeyclip/motorcortex-code-typing/commit/c22a09917dfc0a8eea6931054b73d166b4fc7f1a))
9+
* fix broken rollup config ([64cfd40](https://www.github.com/donkeyclip/motorcortex-code-typing/commit/64cfd40780dc59b50716db4b851b917c92e3afb0))
10+
* fix broken webpack config ([549839f](https://www.github.com/donkeyclip/motorcortex-code-typing/commit/549839f319e69e8feb5aa5b147ef2871b3604b22))
11+
* update build and demo files drop old babel config ([5c4a552](https://www.github.com/donkeyclip/motorcortex-code-typing/commit/5c4a552fe1ae6ed1e25a61a2f901540efbb2f219))
12+
* update build and demo files drop old babel config ([63efb30](https://www.github.com/donkeyclip/motorcortex-code-typing/commit/63efb303e902b517b08b326f6035c491896f5cb7))
13+
* update build and demo files drop old babel config ([4b119e0](https://www.github.com/donkeyclip/motorcortex-code-typing/commit/4b119e065cd547f6359d2df303aa6292d8f81a83))
14+
* update build and demo files drop old babel config ([0f07a3b](https://www.github.com/donkeyclip/motorcortex-code-typing/commit/0f07a3bda5066d0dac5002df9f764251ad9ab546))
15+
* update build and demo files drop old babel config ([4f21801](https://www.github.com/donkeyclip/motorcortex-code-typing/commit/4f21801019a25aaf8d067195f01de219eeb7c8b3))
16+
* update rollup deps to latest packages ([de3884b](https://www.github.com/donkeyclip/motorcortex-code-typing/commit/de3884b5c4263ea9e7a4dd27bdb151f47b543fc0))
17+
* update rollup deps to latest packages ([bd01654](https://www.github.com/donkeyclip/motorcortex-code-typing/commit/bd01654e6952242333c0c48fbc9af4f2bd9d4e93))
18+
319
### [1.0.12](https://www.github.com/donkeyclip/motorcortex-code-typing/compare/v1.0.11...v1.0.12) (2021-09-30)
420

521

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@donkeyclip/motorcortex-code-typing",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
44
"main": "dist/motorcortex-code-typing.cjs.js",
55
"module": "dist/motorcortex-code-typing.esm.js",
66
"browser": "dist/motorcortex-code-typing.umd.js",
@@ -95,7 +95,7 @@
9595
"eslint-plugin-prettier": "4.0.0",
9696
"eslint-plugin-promise": "5.2.0",
9797
"husky": "7.0.4",
98-
"lint-staged": "12.3.2",
98+
"lint-staged": "11.2.6",
9999
"prettier": "2.5.1",
100100
"rimraf": "3.0.2",
101101
"rollup": "2.66.1",

0 commit comments

Comments
 (0)