diff --git a/CHANGELOG.md b/CHANGELOG.md index f214c7f..1b36035 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.2.7 (2024-08-31) + +#### Bug Fixes + +* content-security-policy (404ef7d2) + + ## 1.2.5 (2024-08-28) #### Bug Fixes diff --git a/package.json b/package.json index c00037f..a02e956 100644 --- a/package.json +++ b/package.json @@ -76,5 +76,5 @@ "test": "vitest --exclude 'e2e'" }, "type": "module", - "version": "1.2.5" + "version": "1.2.7" }