Skip to content

Commit

Permalink
Version 1.0.3 - Docs updated to include CDN usage
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfmorton committed Nov 17, 2023
1 parent bb121d9 commit d524825
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.3] - 2023-11-17

## Added

- Added documentation for using the Progressive Share Button with the unpkg CDN.

## [1.0.2] - 2023-11-17

## Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ You can also use the component directly from a CDN. The component is available o
import { ProgressiveShareButton } from 'https://unpkg.com/progressive-share-button?module';
// Initialize the component
ProgressiveShareButton();
</script>
<progressive-share-button title="Hello World!" url="https://example.com" debug="true"></progressive-share-button>
</script>
<progressive-share-button title="Hello World!" url="https://example.com" debug="true"></progressive-share-button>
```

## Typescript support
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "progressive-share-button",
"version": "1.0.2",
"version": "1.0.3",
"description": "A web componet that creates a OS-native share button.",
"files": [
"dist"
Expand Down

0 comments on commit d524825

Please sign in to comment.