From 0ebbb8788a5a6cb4599a3fca8946f8dcb4da9b22 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 13 May 2021 04:31:56 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2021-05-13) ### Bug Fixes * :arrow_up: fix dependencies ([63fbc1c](https://github.com/josh-hemphill/vite-plugin-csp/commit/63fbc1ce2b48f4d574bd959cbc23c795f64b52a2)) * :bug: build and console statements ([5850d6a](https://github.com/josh-hemphill/vite-plugin-csp/commit/5850d6a9785c1bb5e1b23aeebd1c5e55ae0de5eb)) * :bug: lock file ([fd3878f](https://github.com/josh-hemphill/vite-plugin-csp/commit/fd3878f0c798f19e7bac5b5dcf33cb6f53c4e39d)) * :memo: add warnings ([98d7347](https://github.com/josh-hemphill/vite-plugin-csp/commit/98d73472d7d43f0759065ae30b7444470bcbd3a5)) ### Features * :tada: init - basics working ([004f5bc](https://github.com/josh-hemphill/vite-plugin-csp/commit/004f5bc983d451e07f444a0bfed09de605e9a4a6)) --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..6973081 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# 1.0.0 (2021-05-13) + + +### Bug Fixes + +* :arrow_up: fix dependencies ([63fbc1c](https://github.com/josh-hemphill/vite-plugin-csp/commit/63fbc1ce2b48f4d574bd959cbc23c795f64b52a2)) +* :bug: build and console statements ([5850d6a](https://github.com/josh-hemphill/vite-plugin-csp/commit/5850d6a9785c1bb5e1b23aeebd1c5e55ae0de5eb)) +* :bug: lock file ([fd3878f](https://github.com/josh-hemphill/vite-plugin-csp/commit/fd3878f0c798f19e7bac5b5dcf33cb6f53c4e39d)) +* :memo: add warnings ([98d7347](https://github.com/josh-hemphill/vite-plugin-csp/commit/98d73472d7d43f0759065ae30b7444470bcbd3a5)) + + +### Features + +* :tada: init - basics working ([004f5bc](https://github.com/josh-hemphill/vite-plugin-csp/commit/004f5bc983d451e07f444a0bfed09de605e9a4a6)) diff --git a/package-lock.json b/package-lock.json index f161386..be439ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "vite-plugin-csp", - "version": "1.0.6", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.0.6", + "version": "1.0.0", "license": "MIT", "dependencies": { "@rollup/pluginutils": "^4.1.0", diff --git a/package.json b/package.json index 6d2a892..e6bd1f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-csp", - "version": "1.0.6", + "version": "1.0.0", "description": "Create CSP meta tags and header configs from all sources in the final Vite html", "type": "module", "scripts": {