Skip to content

Commit 7c4e949

Browse files
committed
chore: release main
1 parent a55697f commit 7c4e949

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"packages/cli-bun": "2.0.2",
3-
"packages/vite-bun": "2.1.1"
2+
"packages/cli-bun": "2.0.3",
3+
"packages/vite-bun": "2.1.2"
44
}

packages/cli-bun/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.0.3](https://github.com/maccuaa/vite-plugin-csp/compare/csp-bun-cli-v2.0.2...csp-bun-cli-v2.0.3) (2025-11-06)
4+
5+
6+
### Bug Fixes
7+
8+
* add compilerOptions to tsconfig for shared paths in cli-bun and vite-bun ([53784cd](https://github.com/maccuaa/vite-plugin-csp/commit/53784cdf04f0d5482ee95e7246ea57229b4cce08))
9+
310
## [2.0.2](https://github.com/maccuaa/vite-plugin-csp/compare/csp-bun-cli-v2.0.1...csp-bun-cli-v2.0.2) (2025-09-20)
411

512

packages/cli-bun/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "csp-bun-cli",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "A CLI that generates and injects a Content Security Policy (CSP) for your SPA application.",
55
"author": "Andrew MacCuaig <[email protected]>",
66
"license": "MIT",

packages/vite-bun/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.1.2](https://github.com/maccuaa/vite-plugin-csp/compare/vite-plugin-bun-csp-v2.1.1...vite-plugin-bun-csp-v2.1.2) (2025-11-06)
4+
5+
6+
### Bug Fixes
7+
8+
* add compilerOptions to tsconfig for shared paths in cli-bun and vite-bun ([53784cd](https://github.com/maccuaa/vite-plugin-csp/commit/53784cdf04f0d5482ee95e7246ea57229b4cce08))
9+
310
## [2.1.1](https://github.com/maccuaa/vite-plugin-csp/compare/vite-plugin-bun-csp-v2.1.0...vite-plugin-bun-csp-v2.1.1) (2025-09-20)
411

512

packages/vite-bun/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-bun-csp",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "A Vite plugin that generates and injects a Content Security Policy (CSP) for your SPA application.",
55
"author": "Andrew MacCuaig <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)