Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 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))
  • Loading branch information
semantic-release-bot committed May 13, 2021
1 parent 98d7347 commit 0ebbb87
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
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.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": {
Expand Down

0 comments on commit 0ebbb87

Please sign in to comment.