From 52dc2a254214ec7d211b70f37245a1e9a19a783d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 1 Jun 2022 18:20:14 +0000 Subject: [PATCH] chore(release): 1.1.2 [skip ci] ## [1.1.2](https://github.com/josh-hemphill/vite-plugin-csp/compare/v1.1.1...v1.1.2) (2022-06-01) ### Bug Fixes * :bug: html tag location in head ([fc939b2](https://github.com/josh-hemphill/vite-plugin-csp/commit/fc939b27295ecb75e3f9fd3efcf562ca43186c0a)), closes [#7](https://github.com/josh-hemphill/vite-plugin-csp/issues/7) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf39881..3d5ff43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.2](https://github.com/josh-hemphill/vite-plugin-csp/compare/v1.1.1...v1.1.2) (2022-06-01) + + +### Bug Fixes + +* :bug: html tag location in head ([fc939b2](https://github.com/josh-hemphill/vite-plugin-csp/commit/fc939b27295ecb75e3f9fd3efcf562ca43186c0a)), closes [#7](https://github.com/josh-hemphill/vite-plugin-csp/issues/7) + ## [1.1.1](https://github.com/josh-hemphill/vite-plugin-csp/compare/v1.1.0...v1.1.1) (2022-05-21) diff --git a/package-lock.json b/package-lock.json index f5b7843..576af1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vite-plugin-csp", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vite-plugin-csp", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "dependencies": { "@rollup/pluginutils": "^4.2.1", diff --git a/package.json b/package.json index 72774c8..5b9ffff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-csp", - "version": "1.1.1", + "version": "1.1.2", "description": "Create CSP meta tags and header configs from all sources in the final Vite html", "type": "module", "scripts": {