From 6d3d2d161048ee3f2a248938c54fceae505af15d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 4 Oct 2022 16:04:38 +0000 Subject: [PATCH] chore(content-security-policy): release v.1.0.0 [skip ci] ## @jackdbd/content-security-policy 1.0.0 (2022-10-04) ### Features * **content-security-policy:** add package ([454709f](https://github.com/jackdbd/calderone/commit/454709f7e84b1ee7c1880c5c7a25b4baff1ac199)) * **content-security-policy:** autogenerate hashes for inline script/style ([b1a40f6](https://github.com/jackdbd/calderone/commit/b1a40f630250d5d3d18bc2171d0875c357fe33e2)) ### Bug Fixes * **content-security-policy:** add some exports that were missing ([2131f7a](https://github.com/jackdbd/calderone/commit/2131f7a21540b1b9c2ac319b1d0a5dac3c297982)) * **content-security-policy:** cleanup ([ca16767](https://github.com/jackdbd/calderone/commit/ca167677885855f0612175efcf2ee6edf7372d1e)) --- packages/content-security-policy/CHANGELOG.md | 14 ++++++++++++++ packages/content-security-policy/package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/packages/content-security-policy/CHANGELOG.md b/packages/content-security-policy/CHANGELOG.md index 63b8a6f4..beb2081b 100644 --- a/packages/content-security-policy/CHANGELOG.md +++ b/packages/content-security-policy/CHANGELOG.md @@ -1,5 +1,19 @@ # CHANGELOG +## @jackdbd/content-security-policy 1.0.0 (2022-10-04) + + +### Features + +* **content-security-policy:** add package ([454709f](https://github.com/jackdbd/calderone/commit/454709f7e84b1ee7c1880c5c7a25b4baff1ac199)) +* **content-security-policy:** autogenerate hashes for inline script/style ([b1a40f6](https://github.com/jackdbd/calderone/commit/b1a40f630250d5d3d18bc2171d0875c357fe33e2)) + + +### Bug Fixes + +* **content-security-policy:** add some exports that were missing ([2131f7a](https://github.com/jackdbd/calderone/commit/2131f7a21540b1b9c2ac319b1d0a5dac3c297982)) +* **content-security-policy:** cleanup ([ca16767](https://github.com/jackdbd/calderone/commit/ca167677885855f0612175efcf2ee6edf7372d1e)) + ## @jackdbd/content-security-policy [1.0.0-canary.5](https://github.com/jackdbd/calderone/compare/@jackdbd/content-security-policy@1.0.0-canary.4...@jackdbd/content-security-policy@1.0.0-canary.5) (2022-10-04) ## @jackdbd/content-security-policy [1.0.0-canary.4](https://github.com/jackdbd/calderone/compare/@jackdbd/content-security-policy@1.0.0-canary.3...@jackdbd/content-security-policy@1.0.0-canary.4) (2022-09-28) diff --git a/packages/content-security-policy/package.json b/packages/content-security-policy/package.json index 0416d92f..b613281f 100644 --- a/packages/content-security-policy/package.json +++ b/packages/content-security-policy/package.json @@ -1,6 +1,6 @@ { "name": "@jackdbd/content-security-policy", - "version": "1.0.0-canary.5", + "version": "1.0.0", "description": "", "author": { "name": "Giacomo Debidda",