Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2020-04-30)

### Features

* use es6 class reconstruction ([b24f69b](b24f69b))
  • Loading branch information
semantic-release-bot committed Apr 30, 2020
1 parent b24f69b commit 4240751
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.1.0](https://github.com/cycjimmy/scroller/compare/v1.0.0...v1.1.0) (2020-04-30)


### Features

* use es6 class reconstruction ([b24f69b](https://github.com/cycjimmy/scroller/commit/b24f69b7a8c72c48462ae300e70b00754d8abf37))

# 1.0.0 (2020-04-01)


Expand Down
2 changes: 1 addition & 1 deletion 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": "1.0.0",
"version": "1.1.0",
"description": "Accelerated panning and zooming for HTML and Canvas",
"main": "dist/scroller.cjs.js",
"module": "dist/scroller.esm.js",
Expand Down

0 comments on commit 4240751

Please sign in to comment.