Skip to content

Commit 0ebbb87

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2021-05-13) ### Bug Fixes * ⬆️ fix dependencies ([63fbc1c](63fbc1c)) * 🐛 build and console statements ([5850d6a](5850d6a)) * 🐛 lock file ([fd3878f](fd3878f)) * 📝 add warnings ([98d7347](98d7347)) ### Features * 🎉 init - basics working ([004f5bc](004f5bc))
1 parent 98d7347 commit 0ebbb87

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# 1.0.0 (2021-05-13)
2+
3+
4+
### Bug Fixes
5+
6+
* :arrow_up: fix dependencies ([63fbc1c](https://github.com/josh-hemphill/vite-plugin-csp/commit/63fbc1ce2b48f4d574bd959cbc23c795f64b52a2))
7+
* :bug: build and console statements ([5850d6a](https://github.com/josh-hemphill/vite-plugin-csp/commit/5850d6a9785c1bb5e1b23aeebd1c5e55ae0de5eb))
8+
* :bug: lock file ([fd3878f](https://github.com/josh-hemphill/vite-plugin-csp/commit/fd3878f0c798f19e7bac5b5dcf33cb6f53c4e39d))
9+
* :memo: add warnings ([98d7347](https://github.com/josh-hemphill/vite-plugin-csp/commit/98d73472d7d43f0759065ae30b7444470bcbd3a5))
10+
11+
12+
### Features
13+
14+
* :tada: init - basics working ([004f5bc](https://github.com/josh-hemphill/vite-plugin-csp/commit/004f5bc983d451e07f444a0bfed09de605e9a4a6))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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-csp",
3-
"version": "1.0.6",
3+
"version": "1.0.0",
44
"description": "Create CSP meta tags and header configs from all sources in the final Vite html",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)