diff --git a/CHANGELOG.md b/CHANGELOG.md index 64c5eea..411c845 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,23 @@ -# UNRELEASED +# CHANGELOG + +## 2.0.2 - Updates dev dependencies -# 2.0.1 +## 2.0.1 - Updates braces to 3.0.3 - Updates was to 8.17.1 -# 2.0.0 +## 2.0.0 - Remove promise polyfill -# 1.0.1 +## 1.0.1 - Dependabot Updates -# 1.0.0-beta.1 +## 1.0.0-beta.1 - BREAKING CHANGES @@ -26,42 +28,42 @@ - eslint-plugin-prettier to v5 - Typescript to v5 -# 0.4.4 +## 0.4.4 - Fix issue where server side rendering would not work with sdk -# 0.4.3 +## 0.4.3 - Remove use of `export default` in promise lib -# 0.4.2 +## 0.4.2 - Remove use of `export default` in module -# 0.4.1 +## 0.4.1 - Fix paths when publishing -# 0.4.0 +## 0.4.0 - Add typescript types -# 0.3.1 +## 0.3.1 - Fix issue where crossorigin would not be set -# 0.3.0 +## 0.3.0 - Add ability to set crossorigin attribute -# 0.2.1 +## 0.2.1 - Set `loadScript` to cache the promise used to load the script to eliiminate a race condition where the script could be on the page, but not ready to use -# 0.2.0 +## 0.2.0 - Add ability to force reload a script tag if it already exists on the page -# 0.1.0 +## 0.1.0 - Initial version