Skip to content

Commit

Permalink
chore(release): 1.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.2](v1.1.1...v1.1.2) (2022-06-01)

### Bug Fixes

* 🐛 html tag location in head ([fc939b2](fc939b2)), closes [#7](#7)
  • Loading branch information
semantic-release-bot committed Jun 1, 2022
1 parent fc939b2 commit 52dc2a2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 52dc2a2

Please sign in to comment.