Skip to content

Commit

Permalink
chore(master): release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and ivanvl01 committed Mar 22, 2022
1 parent fbfdb8e commit ce6648d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [4.0.0](https://github.com/donkeyclip/motorcortex-typewriting/compare/v3.0.3...v4.0.0) (2022-03-22)


### ⚠ BREAKING CHANGES

* update mc version

### Bug Fixes

* demo and code structure ([80a63f5](https://github.com/donkeyclip/motorcortex-typewriting/commit/80a63f573bf7e2fdabb5ade334044d544ddcb8fb))
* drop code from demo config ([9fdea2f](https://github.com/donkeyclip/motorcortex-typewriting/commit/9fdea2f126fa4fe39ad5655c9a496bfedd0140d4))
* fix broken config ([fee7cdb](https://github.com/donkeyclip/motorcortex-typewriting/commit/fee7cdb08860e291cffef4c30cee2aa6d8b2b171))
* fix broken webpack config ([d450e39](https://github.com/donkeyclip/motorcortex-typewriting/commit/d450e3920d57a2eaddbb1a6895b712a2ffcab3b8))
* update build and demo files drop old babel config ([6fb0c8b](https://github.com/donkeyclip/motorcortex-typewriting/commit/6fb0c8b95cf281d00869d1477b810af8f31889c6))
* update mc version ([fbfdb8e](https://github.com/donkeyclip/motorcortex-typewriting/commit/fbfdb8e2426d4967fbd2f78f46fd53ff731225cb))

### [3.0.3](https://www.github.com/donkeyclip/motorcortex-typewriting/compare/v3.0.2...v3.0.3) (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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@donkeyclip/motorcortex-typewriting",
"version": "3.0.3",
"version": "4.0.0",
"description": "typewriting plugin for MotorCortex",
"main": "dist/motorcortex-typewriting.cjs.js",
"module": "dist/motorcortex-typewriting.esm.js",
Expand Down

0 comments on commit ce6648d

Please sign in to comment.