Skip to content

Commit

Permalink
chore: release 1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and alexdor committed Jan 30, 2022
1 parent 7cb7eb9 commit 90e9f3f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 90e9f3f

Please sign in to comment.