Skip to content

Commit

Permalink
chore: release v8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Dec 21, 2021
1 parent 1482df7 commit e1d00ab
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="8.0.1"></a>

# [8.0.1](https://github.com/peterpeterparker/web-social-share/compare/v8.0.0...v8.0.1) (2021-12-21)

### Fix

- add manual support for ESM in NodeJS ([#55](https://github.com/peterpeterparker/web-social-share/pull/55))

<a name="8.0.0"></a>

# [8.0.0](https://github.com/peterpeterparker/web-social-share/compare/v7.3.1...v8.0.0) (2021-12-06)
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": "web-social-share",
"version": "8.0.0",
"version": "8.0.1",
"description": "A Web Component to share urls and text on social networks",
"main": "dist/index.cjs.js",
"module": "dist/websocialshare/websocialshare.esm.js",
Expand Down

0 comments on commit e1d00ab

Please sign in to comment.