Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlock committed Jun 11, 2023
1 parent 22198da commit 4a4aee6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [v0.19.0]

Features:

* Apply "document" headers to `text/javascript` responses


## [v0.18.0]

Features:
Expand Down
12 changes: 2 additions & 10 deletions releasenotes.props
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
<Project>
<PropertyGroup>
<PackageReleaseNotes Condition="'$(VersionPrefix)' == '0.18.0'">
<PackageReleaseNotes Condition="'$(VersionPrefix)' == '0.19.0'">
<![CDATA[
Features:
* Add support for applying document headers (such as CSP) to all responses (#130)
* Add support for `unsafe-hashes` and `wasm-unsafe-eval` (#125)
* Add support for Report-To directive in Content-Security-Policy (#126)
* Add support for sandbox directive in Content-Security-Policy (#127)
* Add support for Reporting-Endpoints header (part of the Reporting API) (#128)
Bugfix:
* Document headers (such as CSP) are now applied to `application/javascript` in addition to `text/html` (#130)
* Apply "document" headers to `text/javascript` responses
]]>
</PackageReleaseNotes>
Expand Down
2 changes: 1 addition & 1 deletion version.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<VersionPrefix>0.18.0</VersionPrefix>
<VersionPrefix>0.19.0</VersionPrefix>
</PropertyGroup>
</Project>

0 comments on commit 4a4aee6

Please sign in to comment.