Skip to content

Commit

Permalink
[Update] Bump up a version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jagaapple committed Feb 25, 2021
1 parent 0913107 commit ff95b9e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Changelog
## 2.2.0 (2021-02-25)
- Add navigation directives #41 - [@naotone](https://github.com/naotone)
- Support `form-action` `frame-ancestors` directives
- Move to `navigation-to` directive from ReportingDirective to NavigationDirective
- Add about frame-ancestors CSP directive to readme #46 - [@mattdell](https://github.com/mattdell)
- Improve development environment
- Update dependencies - [@jagaapple](https://github.com/jagaapple)

## 2.1.0 (2020-12-27)
- Add support for Node.js 14 #36 - [@jagaapple](https://github.com/jagaapple)
- Add support for chain-case directive styles to CSP #40 - [@jagaapple](https://github.com/jagaapple)
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": "next-secure-headers",
"version": "2.1.0",
"version": "2.2.0",
"description": "Sets secure response headers for Next.js.",
"keywords": [
"Next.js",
Expand Down

0 comments on commit ff95b9e

Please sign in to comment.