Skip to content

Commit

Permalink
chore: release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and ivanvl01 committed Sep 29, 2021
1 parent 1455dc7 commit 024dc19
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 3 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Changelog

### 3.0.2 (2021-09-29)


### Features

* change package json for interoperable OS support ([d11b4c6](https://www.github.com/donkeyclip/motorcortex-typewriting/commit/d11b4c626bc9ecbfdb6c7f67d1e862f0de5fc69b))
* change version ([bfefebf](https://www.github.com/donkeyclip/motorcortex-typewriting/commit/bfefebf9df6b71692f9b04c0a63cbbed6b45256d))
* first implementation of the boilerpalte ([2c4bfe8](https://www.github.com/donkeyclip/motorcortex-typewriting/commit/2c4bfe85e42ca7917792dc8dfba9ad67c8cd5bc6))
* html clip implementation ([d9b4df2](https://www.github.com/donkeyclip/motorcortex-typewriting/commit/d9b4df2a1eea5ffefde813de0a5b6a0119d5a449))
* rollup integration ([ec59bb9](https://www.github.com/donkeyclip/motorcortex-typewriting/commit/ec59bb9bbd7fe7131e7fb7fc3e16123494a1d989))


### Bug Fixes

* demo fix ([1bf56b2](https://www.github.com/donkeyclip/motorcortex-typewriting/commit/1bf56b2d2c1a1e46517d1993ec123e78c1fcba04))
* **deps:** update dependency @kissmybutton/motorcortex-anime to ^2.1.12 ([1688f59](https://www.github.com/donkeyclip/motorcortex-typewriting/commit/1688f59d1b44cf00066af98e337fdb8ec64c2520))
* fix demo ([ca544c9](https://www.github.com/donkeyclip/motorcortex-typewriting/commit/ca544c90bb1fa56010fab254827e539f3c908bab))
* fix package json file ([5ed4f9f](https://www.github.com/donkeyclip/motorcortex-typewriting/commit/5ed4f9f4e8d469839f1a421a248c759d0fa1e4fa))
* lint-staged ([a680b60](https://www.github.com/donkeyclip/motorcortex-typewriting/commit/a680b60defa5340d4cbfea502d3aae56618317e7))
* new mc and player version ([f789b22](https://www.github.com/donkeyclip/motorcortex-typewriting/commit/f789b22456231e649257e0e8016ebeab976c67d8))
* new mc version ([bab1fea](https://www.github.com/donkeyclip/motorcortex-typewriting/commit/bab1fea5caf014b2d3314eb5c05887f5fa5a3b51))
* new version ([f0b52c5](https://www.github.com/donkeyclip/motorcortex-typewriting/commit/f0b52c57f28495fa641ea1a5693e806b4b827b1e))
* remove duration from attributes ([7e7b64f](https://www.github.com/donkeyclip/motorcortex-typewriting/commit/7e7b64f5e404b5dc6647227639819d668fd136ca))
* update npm name ([ed0aea8](https://www.github.com/donkeyclip/motorcortex-typewriting/commit/ed0aea87843a15e46b5ec1ad654fe7ff8252a364))


### Miscellaneous Chores

* release 3.0.2 ([8204de2](https://www.github.com/donkeyclip/motorcortex-typewriting/commit/8204de242a5838fb42c6413b64314c0c2dfe0e15))
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.1.0",
"version": "3.0.2",
"description": "typewriting plugin for MotorCortex",
"main": "dist/motorcortex-typewriting.cjs.js",
"module": "dist/motorcortex-typewriting.esm.js",
Expand Down

0 comments on commit 024dc19

Please sign in to comment.