Skip to content

Commit

Permalink
doc: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ibooker committed Dec 20, 2024
1 parent 3b09d2c commit fd1b7fc
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

0 comments on commit fd1b7fc

Please sign in to comment.