Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0](v4.0.3...v5.0.0) (2021-04-29)

### Features

* use native singleton mode ([7ee6a8b](7ee6a8b))

### BREAKING CHANGES

* use native singleton mode
  • Loading branch information
semantic-release-bot committed Apr 29, 2021
1 parent 7ee6a8b commit 9b721a2
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 @@
# [5.0.0](https://github.com/cycjimmy/weixin-share/compare/v4.0.3...v5.0.0) (2021-04-29)


### Features

* use native singleton mode ([7ee6a8b](https://github.com/cycjimmy/weixin-share/commit/7ee6a8b38c464f832b136244a9874119ce2751e7))


### BREAKING CHANGES

* use native singleton mode

## [4.0.3](https://github.com/cycjimmy/weixin-share/compare/v4.0.2...v4.0.3) (2021-04-29)


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": "4.0.3",
"version": "5.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 9b721a2

Please sign in to comment.