Skip to content

Commit

Permalink
chore: release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and prieston committed Nov 15, 2021
1 parent 0e8d024 commit bc12d07
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

### [1.0.1](https://www.github.com/donkeyclip/motorcortex-waa/compare/v1.0.0...v1.0.1) (2021-11-15)


### Bug Fixes

* add terser to es and cjs bundles ([5c01ac9](https://www.github.com/donkeyclip/motorcortex-waa/commit/5c01ac904bd15d622296eb10d33400e761f14478))
* multiple incidents with same attribute on same element ([eb32d2b](https://www.github.com/donkeyclip/motorcortex-waa/commit/eb32d2b88c73f79828d42a21913dd686b7952e59))
* remove previous animations to avoid memory leak ([c560717](https://www.github.com/donkeyclip/motorcortex-waa/commit/c560717795ed610715a7f58267f564db0ce45116))

## 1.0.0 (2021-11-13)


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-waa",
"version": "1.0.0",
"version": "1.0.1",
"description": "Your plugin description here",
"main": "dist/motorcortex-waa.cjs.js",
"module": "dist/motorcortex-waa.esm.js",
Expand Down

0 comments on commit bc12d07

Please sign in to comment.