From d524825aac7f03ada8b6ad025bfc59ce55aaa605 Mon Sep 17 00:00:00 2001 From: John F Morton Date: Fri, 17 Nov 2023 13:41:27 -0500 Subject: [PATCH] Version 1.0.3 - Docs updated to include CDN usage --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4b4e50..9f9ab8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 1d2f143..7a72d71 100644 --- a/README.md +++ b/README.md @@ -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(); - - + + ``` ## Typescript support diff --git a/package.json b/package.json index 37677a7..f2010c2 100644 --- a/package.json +++ b/package.json @@ -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"