Skip to content

Commit

Permalink
chore(release): 0.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 3, 2022
1 parent d1edbf1 commit c6ab8ae
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.9.11](https://github.com/unjs/ipx/compare/v0.9.10...v0.9.11) (2022-09-03)


### Features

* **middleware:** add `Content-Security-Policy` header ([#83](https://github.com/unjs/ipx/issues/83)) ([d1edbf1](https://github.com/unjs/ipx/commit/d1edbf120759697e04259b3708784d05b38f7190))


### Bug Fixes

* use `hasProtocol` rather than checking if url starts with `http` ([#80](https://github.com/unjs/ipx/issues/80)) ([696ba5a](https://github.com/unjs/ipx/commit/696ba5a2473b4d1e95222678d59ddfaa9406b6b1))

### [0.9.10](https://github.com/unjs/ipx/compare/v0.9.9...v0.9.10) (2022-07-07)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipx",
"version": "0.9.10",
"version": "0.9.11",
"repository": "unjs/ipx",
"license": "MIT",
"exports": {
Expand Down

0 comments on commit c6ab8ae

Please sign in to comment.