Skip to content

Commit

Permalink
chore: release 1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and ivanvl01 committed Oct 27, 2021
1 parent f473220 commit 1c89cdd
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog

### 1.1.10 (2021-10-26)


### Bug Fixes

* drop code from demo config ([46e7546](https://www.github.com/donkeyclip/motorcortex-flubber/commit/46e754669dbc509dc97071e93bf97a736ffe0ee9))
* fix broken config ([5d043ae](https://www.github.com/donkeyclip/motorcortex-flubber/commit/5d043ae91f880fa096b54a542dff53b1a8437403))
* fix flubber issues and make it build again ([f4cd1c6](https://www.github.com/donkeyclip/motorcortex-flubber/commit/f4cd1c6601875d92e6e65040b289f5b43585805a))
* update build and demo files drop old babel config ([9f71024](https://www.github.com/donkeyclip/motorcortex-flubber/commit/9f7102492a4283b4e01d9f256c34040ce0f3a263))
* update build and demo files drop old babel config ([e4cd530](https://www.github.com/donkeyclip/motorcortex-flubber/commit/e4cd53027e4e5f62d7abad8de87cae3c6af8bcd0))
* update package json and code cleanup ([e18755d](https://www.github.com/donkeyclip/motorcortex-flubber/commit/e18755d423609f3ac85b2ded4da24df808bbd9f1))
* use getter for initial value ([0d7c5dd](https://www.github.com/donkeyclip/motorcortex-flubber/commit/0d7c5dd24d9811d7f55a141e1f470939e0a22ad9))


### Miscellaneous Chores

* release 1.1.10 ([9aecb3c](https://www.github.com/donkeyclip/motorcortex-flubber/commit/9aecb3ccfc308e5d78c38f4b9a544e6fb943d5dd))
* release 1.1.8 ([09acb60](https://www.github.com/donkeyclip/motorcortex-flubber/commit/09acb60cd8d3dc36a8627849af39f0fae85e4c84))
* release 1.1.9 ([4f256dd](https://www.github.com/donkeyclip/motorcortex-flubber/commit/4f256dd86a29d73bee6253f47196fa0edc9b3e07))
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-flubber",
"version": "1.1.9",
"version": "1.1.10",
"main": "dist/motorcortex-flubber.cjs.js",
"module": "dist/motorcortex-flubber.esm.js",
"browser": "dist/motorcortex-flubber.umd.js",
Expand Down

0 comments on commit 1c89cdd

Please sign in to comment.