Skip to content

Commit

Permalink
chore(release): 3.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.2](v3.0.1...v3.0.2) (2022-06-21)

### Bug Fixes

* remove @rollup/plugin-commonjs ([e707283](e707283))
  • Loading branch information
semantic-release-bot committed Jun 21, 2022
1 parent e707283 commit 30f9191
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.0.2](https://github.com/cycjimmy/scroller/compare/v3.0.1...v3.0.2) (2022-06-21)


### Bug Fixes

* remove @rollup/plugin-commonjs ([e707283](https://github.com/cycjimmy/scroller/commit/e7072837f331b66dd22490bf7caa75697e0a39de))

## [3.0.1](https://github.com/cycjimmy/scroller/compare/v3.0.0...v3.0.1) (2022-03-26)


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": "@cycjimmy/scroller",
"version": "3.0.1",
"version": "3.0.2",
"description": "Accelerated panning and zooming for HTML and Canvas",
"type": "module",
"main": "dist/scroller.cjs",
Expand Down

0 comments on commit 30f9191

Please sign in to comment.