Skip to content

Commit

Permalink
chore(main): release 1.2.0 (#86)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 5, 2022
1 parent b66eded commit fedd98f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.2.0](https://github.com/donkeyclip/motorcortex-svgdraw/compare/v1.1.0...v1.2.0) (2022-05-05)


### Features

* import only effect instead of full MC ([341457f](https://github.com/donkeyclip/motorcortex-svgdraw/commit/341457f746f0f3ade55f31377e05cb1db1adae02))
* remove useless packages ([b66eded](https://github.com/donkeyclip/motorcortex-svgdraw/commit/b66eded72473ed95ad6852cd17aefdcbc933d6f8))

## [1.1.0](https://github.com/donkeyclip/motorcortex-svgdraw/compare/v1.0.0...v1.1.0) (2022-04-08)


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-svgdraw",
"version": "1.1.0",
"version": "1.2.0",
"description": "Progressively render any svg path up to any percent of it",
"main": "dist/motorcortex-svgdraw.cjs.js",
"module": "dist/motorcortex-svgdraw.esm.js",
Expand Down

0 comments on commit fedd98f

Please sign in to comment.