Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.0.2...v3.0.0) (2019-11-11)

### Features

* use rollup refactor project ([4821fb5](4821fb5))

### BREAKING CHANGES

* Use rollup refactor project. Support esm module.
  • Loading branch information
semantic-release-bot committed Nov 11, 2019
1 parent 4821fb5 commit e4c9a8d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.0.0](https://github.com/cycjimmy/weixin-share/compare/v2.0.2...v3.0.0) (2019-11-11)


### Features

* use rollup refactor project ([4821fb5](https://github.com/cycjimmy/weixin-share/commit/4821fb50416762020828e68f6b21ad1a190b488c))


### BREAKING CHANGES

* Use rollup refactor project. Support esm module.

## [2.0.2](https://github.com/cycjimmy/weixin-share/compare/v2.0.1...v2.0.2) (2019-10-25)


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/weixin-share",
"version": "2.0.2",
"version": "3.0.0",
"description": "An easier way to call Wechat share on a web page.",
"main": "dist/weixin-share.cjs.js",
"module": "dist/weixin-share.esm.js",
Expand Down

0 comments on commit e4c9a8d

Please sign in to comment.